aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-29 22:22:46 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-29 22:26:03 +0000
commitac84547d842d8f7a0887b7270059144f576d0245 (patch)
tree0a5cf6a64ffe9ffb6906f0a3b1416aba4de3410a
parentf7acb71f8c46ab041a840fd90d5b12cf3605103a (diff)
downloadports-ac84547d842d8f7a0887b7270059144f576d0245.tar.gz
ports-ac84547d842d8f7a0887b7270059144f576d0245.zip
devel/cproto: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--devel/cproto/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cproto/Makefile b/devel/cproto/Makefile
index be855ff4a428..221d01c8f1d8 100644
--- a/devel/cproto/Makefile
+++ b/devel/cproto/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cproto
PORTVERSION= 4.7k
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://invisible-island.net/cproto/
@@ -11,7 +12,8 @@ LICENSE= PD
USES= tar:tgz
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-PLIST_FILES= bin/cproto man/man1/cproto.1.gz
+PLIST_FILES= bin/cproto share/man/man1/cproto.1.gz
.include <bsd.port.mk>