security/fragrouter: Move man pages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Nuno Teixeira 2024-03-21 16:30:38 +00:00
parent b86efd7441
commit 357ea579b6
1 changed files with 3 additions and 2 deletions

View File

@ -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>