install sample fragroute.conf, spotted by jose
OK jolan@
This commit is contained in:
parent
0e283fa28d
commit
d2f745c88a
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2004/12/27 13:28:33 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2005/01/20 22:45:29 mjc Exp $
|
||||
|
||||
COMMENT= "intercept, modify, and rewrite egress traffic"
|
||||
|
||||
DISTNAME= fragroute-1.2
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
CATEGORIES= security net
|
||||
|
||||
HOMEPAGE= http://www.monkey.org/~dugsong/fragroute/
|
||||
@ -25,4 +25,9 @@ CONFIGURE_ARGS= --with-libevent=/usr
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a::net/libdnet
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/fragroute/
|
||||
${INSTALL_DATA} ${WRKDIST}/fragroute.conf \
|
||||
${PREFIX}/share/examples/fragroute/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:35:59 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2005/01/20 22:45:29 mjc Exp $
|
||||
@man man/man8/fragroute.8
|
||||
@man man/man8/fragtest.8
|
||||
sbin/fragroute
|
||||
sbin/fragtest
|
||||
share/examples/fragroute/
|
||||
share/examples/fragroute/fragroute.conf
|
||||
@sample ${SYSCONFDIR}/fragroute.conf
|
||||
|
Loading…
Reference in New Issue
Block a user