git: 1516baef681e - main - sysutils/vmtouch: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 20:18:55 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=1516baef681e0747493a36f2fe52b194c175a789 commit 1516baef681e0747493a36f2fe52b194c175a789 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-22 19:49:47 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-22 20:18:20 +0000 sysutils/vmtouch: Move man pages to share/man Approved by: portmgr (blanket) --- sysutils/vmtouch/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/vmtouch/Makefile b/sysutils/vmtouch/Makefile index 49a450016635..028f9d11d28c 100644 --- a/sysutils/vmtouch/Makefile +++ b/sysutils/vmtouch/Makefile @@ -1,6 +1,7 @@ PORTNAME= vmtouch PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= trociny@FreeBSD.org @@ -15,10 +16,10 @@ 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 <bsd.port.mk>