aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 06:48:51 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 06:48:51 +0000
commit4651f24ce63092b9b2358a86ae0e2a8949a8f6b8 (patch)
treee2bba1bee9715355209696524f46b32049ebbe1a
parentd958fc769b98d081a4dbccecc79f5862d0047a8f (diff)
downloadports-4651f24ce63092b9b2358a86ae0e2a8949a8f6b8.tar.gz
ports-4651f24ce63092b9b2358a86ae0e2a8949a8f6b8.zip
net-mgmt/pftabled: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--net-mgmt/pftabled/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/pftabled/Makefile b/net-mgmt/pftabled/Makefile
index 0936b6de65f9..fc7477445ff8 100644
--- a/net-mgmt/pftabled/Makefile
+++ b/net-mgmt/pftabled/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pftabled
PORTVERSION= 1.09
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-mgmt
MASTER_SITES= http://www.wolfermann.org/
@@ -14,10 +14,11 @@ USES= gmake shebangfix
SHEBANG_FILES= pftabled-client.pl \
pftabled-client.py
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_RC_SUBR= pftabled
-PLIST_FILES= bin/pftabled-client man/man1/pftabled.1.gz sbin/pftabled
+PLIST_FILES= bin/pftabled-client share/man/man1/pftabled.1.gz sbin/pftabled
OPTIONS_DEFINE= PERLC PYTHONC
OPTIONS_DEFAULT=PERLC PYTHONC