git: 817448adf289 - main - devel/chrpath: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 10:02:00 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=817448adf289455ec6ba3a344ca7d44ae4e0a979 commit 817448adf289455ec6ba3a344ca7d44ae4e0a979 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 09:06:23 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 10:01:28 +0000 devel/chrpath: Moved man to share/man Approved by: portmgr (blanket) --- devel/chrpath/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/chrpath/Makefile b/devel/chrpath/Makefile index 62feafd4edf7..e54228ad9188 100644 --- a/devel/chrpath/Makefile +++ b/devel/chrpath/Makefile @@ -1,5 +1,6 @@ PORTNAME= chrpath PORTVERSION= 0.16 +PORTREVISION= 1 CATEGORIES= devel sysutils MASTER_SITES= DEBIAN_POOL DISTNAME= ${PORTNAME}_${PORTVERSION}.orig @@ -14,8 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -PLIST_FILES= bin/chrpath man/man1/chrpath.1.gz +PLIST_FILES= bin/chrpath share/man/man1/chrpath.1.gz PORTDOCS= AUTHORS ChangeLog NEWS README OPTIONS_DEFINE= DOCS