git: 342d5bab6867 - main - sysutils/py-ioztat: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 06:35:42 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=342d5bab68671c2658cfa16af4a9c7f25fc771ee commit 342d5bab68671c2658cfa16af4a9c7f25fc771ee Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 06:35:05 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 06:35:05 +0000 sysutils/py-ioztat: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/py-ioztat/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/py-ioztat/Makefile b/sysutils/py-ioztat/Makefile index a63ad97d2dc8..3dcde5847ebf 100644 --- a/sysutils/py-ioztat/Makefile +++ b/sysutils/py-ioztat/Makefile @@ -1,6 +1,7 @@ PORTNAME= ioztat DISTVERSIONPREFIX= v DISTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,10 +26,10 @@ NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} \ - man/man8/${PORTNAME}.8.gz + share/man/man8/${PORTNAME}.8.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include <bsd.port.mk>