diff --git a/sysutils/vmtouch/Makefile b/sysutils/vmtouch/Makefile index 49a450016635..028f9d11d28c 100644 --- a/sysutils/vmtouch/Makefile +++ b/sysutils/vmtouch/Makefile @@ -1,24 +1,25 @@ PORTNAME= vmtouch PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= trociny@FreeBSD.org COMMENT= Virtual Memory Toucher WWW= https://hoytech.com/vmtouch/ USE_GITHUB= yes GH_ACCOUNT= hoytech LICENSE= BSD3CLAUSE USES= perl5 uidfix USE_PERL5= build # pod2man PLIST_FILES= bin/vmtouch \ - man/man8/vmtouch.8.gz + share/man/man8/vmtouch.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vmtouch ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/vmtouch.8 ${STAGEDIR}${PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/vmtouch.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include