summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 08:47:17 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 08:47:17 +0100
commite4a88869ac9c707eec5f49e759e709b6f8f9e1e7 (patch)
tree4b2baa8c12657bf63115c4ec3b09a18833ee930a /textproc
parent0b319e38c51cf833c93fba73bcd1102de48c0d00 (diff)
downloadfreebsd-ports-e4a88869ac9c707eec5f49e759e709b6f8f9e1e7.zip
textproc/gpp: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/gpp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/gpp/Makefile b/textproc/gpp/Makefile
index c7b0a35a1e36..bf709b19962f 100644
--- a/textproc/gpp/Makefile
+++ b/textproc/gpp/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gpp
PORTVERSION= 2.24
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://files.nothingisreal.com/software/gpp/
@@ -9,7 +10,8 @@ WWW= https://www.nothingisreal.com/gpp/
USES= tar:bzip2
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-PLIST_FILES= bin/gpp man/man1/gpp.1.gz
+PLIST_FILES= bin/gpp share/man/man1/gpp.1.gz
.include <bsd.port.mk>