mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
security/fragrouter: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
b86efd7441
commit
357ea579b6
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= fragrouter
|
PORTNAME= fragrouter
|
||||||
PORTVERSION= 1.6
|
PORTVERSION= 1.6
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= http://monkey.org/~dugsong/ \
|
MASTER_SITES= http://monkey.org/~dugsong/ \
|
||||||
LOCAL/fuz \
|
LOCAL/fuz \
|
||||||
|
@ -10,9 +10,10 @@ MAINTAINER= fuz@FreeBSD.org
|
||||||
COMMENT= Tool for testing network IDS implementations
|
COMMENT= Tool for testing network IDS implementations
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
CFLAGS+= -Wno-pointer-sign
|
CFLAGS+= -Wno-pointer-sign
|
||||||
|
|
||||||
PLIST_FILES= sbin/fragrouter \
|
PLIST_FILES= sbin/fragrouter \
|
||||||
man/man8/fragrouter.8.gz
|
share/man/man8/fragrouter.8.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue