aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-21 16:30:38 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-21 17:10:17 +0000
commit357ea579b6ece7d54e9d8f15658c4846a500d451 (patch)
tree32858ec5f2783da7c545d0969ddbc5d390a63300
parentb86efd744186fd6255cf6018e3cb2bf55caff98d (diff)
downloadports-357ea579b6ece7d54e9d8f15658c4846a500d451.tar.gz
ports-357ea579b6ece7d54e9d8f15658c4846a500d451.zip
security/fragrouter: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--security/fragrouter/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/fragrouter/Makefile b/security/fragrouter/Makefile
index 38b349685527..9519b1ac5392 100644
--- a/security/fragrouter/Makefile
+++ b/security/fragrouter/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fragrouter
PORTVERSION= 1.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://monkey.org/~dugsong/ \
LOCAL/fuz \
@@ -10,9 +10,10 @@ MAINTAINER= fuz@FreeBSD.org
COMMENT= Tool for testing network IDS implementations
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CFLAGS+= -Wno-pointer-sign
PLIST_FILES= sbin/fragrouter \
- man/man8/fragrouter.8.gz
+ share/man/man8/fragrouter.8.gz
.include <bsd.port.mk>