svn commit: r356109 - head/security/fragroute
Stefan Esser
se at FreeBSD.org
Sun Jun 1 12:38:09 UTC 2014
Author: se
Date: Sun Jun 1 12:38:08 2014
New Revision: 356109
URL: http://svnweb.freebsd.org/changeset/ports/356109
QAT: https://qat.redports.org/buildarchive/r356109/
Log:
Add stage support.
Approved by: antoine (mentor)
Modified:
head/security/fragroute/Makefile
head/security/fragroute/pkg-plist
Modified: head/security/fragroute/Makefile
==============================================================================
--- head/security/fragroute/Makefile Sun Jun 1 12:35:41 2014 (r356108)
+++ head/security/fragroute/Makefile Sun Jun 1 12:38:08 2014 (r356109)
@@ -12,25 +12,23 @@ MASTER_SITE_SUBDIR= UNIX/security
MAINTAINER= ports at FreeBSD.org
COMMENT= Tool for intercepting, modifying, and rewriting egress traffic
-LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet \
- event-1.4:${PORTSDIR}/devel/libevent
+LICENSE= BSD3CLAUSE
+
+LIB_DEPENDS= libdnet.so:${PORTSDIR}/net/libdnet \
+ libevent-1.4.so:${PORTSDIR}/devel/libevent
-LICENSE= BSD
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libdnet=${LOCALBASE} \
--with-libevent=${LOCALBASE} --with-pcap
-MAN8= fragroute.8 fragtest.8
-
SCRIPTS= README.snort base-1 frag-1 frag-2 frag-3 frag-4 frag-5 \
frag-6 frag-7-unix frag-7-win32 ins-2 ins-3 tcbc-2 tcp-3 tcp-5 \
tcp-7 tcp-9
-NO_STAGE= yes
pre-install:
- ${MKDIR} ${DATADIR}
+ ${MKDIR} ${STAGEDIR}${DATADIR}
.for FILE in ${SCRIPTS}
- ${INSTALL_DATA} ${WRKSRC}/scripts/${FILE} ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/scripts/${FILE} ${STAGEDIR}${DATADIR}
.endfor
.include <bsd.port.mk>
Modified: head/security/fragroute/pkg-plist
==============================================================================
--- head/security/fragroute/pkg-plist Sun Jun 1 12:35:41 2014 (r356108)
+++ head/security/fragroute/pkg-plist Sun Jun 1 12:38:08 2014 (r356109)
@@ -1,6 +1,8 @@
sbin/fragroute
sbin/fragtest
etc/fragroute.conf
+man/man8/fragroute.8.gz
+man/man8/fragtest.8.gz
%%DATADIR%%/README.snort
%%DATADIR%%/base-1
%%DATADIR%%/frag-1
More information about the svn-ports-all
mailing list