From 45f7d17eaaf2c774721d89750ca8ef120576082e Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Sat, 9 Sep 2017 09:01:45 +0000 Subject: - Add LICENSE_FILE - Update WWW - Cosmetic fixes --- security/fragroute/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'security/fragroute/Makefile') diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index 3d0a4a3ccab1..3561cfc19680 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -12,20 +12,21 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for intercepting, modifying, and rewriting egress traffic LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libdnet.so:net/libdnet \ libevent.so:devel/libevent GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-libdnet=${LOCALBASE} \ - --with-libevent=${LOCALBASE} --with-pcap +CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \ + --with-libevent=${LOCALBASE} --with-pcap 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 + frag-6 frag-7-unix frag-7-win32 ins-2 ins-3 tcbc-2 tcp-3 \ + tcp-5 tcp-7 tcp-9 pre-install: - ${MKDIR} ${STAGEDIR}${DATADIR} + @${MKDIR} ${STAGEDIR}${DATADIR} .for FILE in ${SCRIPTS} ${INSTALL_DATA} ${WRKSRC}/scripts/${FILE} ${STAGEDIR}${DATADIR} .endfor -- cgit