git: 6715e4b1d829 - main - sysutils/personality: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 06:35:32 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6715e4b1d829b38ad9d12a88a68ccadc42dc7fba commit 6715e4b1d829b38ad9d12a88a68ccadc42dc7fba Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 06:28:36 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 06:28:36 +0000 sysutils/personality: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/personality/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/personality/Makefile b/sysutils/personality/Makefile index b93886918355..464cc0f05847 100644 --- a/sysutils/personality/Makefile +++ b/sysutils/personality/Makefile @@ -1,5 +1,6 @@ PORTNAME= personality PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= # none DISTFILES= # none @@ -11,10 +12,10 @@ NO_BUILD= yes NO_ARCH= yes SUB_FILES= pkg-message -PLIST_FILES= man/man8/${PORTNAME}.8.gz sbin/${PORTNAME} +PLIST_FILES= share/man/man8/${PORTNAME}.8.gz sbin/${PORTNAME} do-install: ${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/man/man8 + ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include <bsd.port.mk>