aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 09:06:23 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 10:01:28 +0000
commit817448adf289455ec6ba3a344ca7d44ae4e0a979 (patch)
treed15bce718b705021f72bdc2b52af4979cc7efa04
parent9a142b6f6702b2ec36202908185a6c3ef7875c22 (diff)
downloadports-817448adf289455ec6ba3a344ca7d44ae4e0a979.tar.gz
ports-817448adf289455ec6ba3a344ca7d44ae4e0a979.zip
devel/chrpath: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--devel/chrpath/Makefile4
1 files changed, 3 insertions, 1 deletions
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