aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 06:44:25 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 06:44:25 +0000
commit6dd6854600cdf90cc725eb2d2dcecc4d111ba716 (patch)
treef9533fa31fd0705a96699e95277bec169ec3422e
parentc5e832bedd241a6d899970fc4a4859d11f0a8ee9 (diff)
downloadports-6dd6854600cdf90cc725eb2d2dcecc4d111ba716.tar.gz
ports-6dd6854600cdf90cc725eb2d2dcecc4d111ba716.zip
net-mgmt/netmask: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--net-mgmt/netmask/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/netmask/Makefile b/net-mgmt/netmask/Makefile
index 4b9b1a84726b..f37cc8f33bf9 100644
--- a/net-mgmt/netmask/Makefile
+++ b/net-mgmt/netmask/Makefile
@@ -1,6 +1,6 @@
PORTNAME= netmask
PORTVERSION= 2.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-mgmt
MASTER_SITES= http://trap.mtview.ca.us/~talby/
DISTNAME= netmask_${PORTVERSION}
@@ -10,10 +10,11 @@ COMMENT= Tool for generating terse netmasks in several common formats
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES= gmake
INFO= netmask
PLIST_FILES= bin/netmask \
- man/man1/netmask.1.gz
+ share/man/man1/netmask.1.gz
.include <bsd.port.mk>