summaryrefslogtreecommitdiff
path: root/net/snort/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'net/snort/Makefile.common')
-rw-r--r--net/snort/Makefile.common9
1 files changed, 6 insertions, 3 deletions
diff --git a/net/snort/Makefile.common b/net/snort/Makefile.common
index d0515006aa5..bf4b3fa4cdc 100644
--- a/net/snort/Makefile.common
+++ b/net/snort/Makefile.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.10 2003/07/17 22:51:52 grant Exp $
+# $NetBSD: Makefile.common,v 1.11 2003/07/26 11:13:16 salo Exp $
#
-DISTNAME= snort-2.0.0
+DISTNAME= snort-2.0.1
CATEGORIES= net security
MASTER_SITES= http://www.snort.org/dl/ \
ftp://the.wiretapped.net/pub/security/network-intrusion-detection/snort/ \
@@ -48,9 +48,12 @@ post-install:
${WRKDIR}/snort.conf.default ${EGDIR}/
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/snort
cd ${WRKSRC}/doc ; \
- for i in `${LS} | ${GREP} -v Makefile` ; do \
+ for i in `${LS} | ${EGREP} -v "(Makefile|signatures)"` ; do \
${INSTALL_DATA} $$i ${PREFIX}/share/doc/snort ; \
done
+ cd ${WRKSRC}/doc/signatures ; \
+ ${RM} -rf signatures/CVS; \
+ ${PAX} -rw -pm signatures ${PREFIX}/share/doc/snort
${INSTALL_DATA_DIR} ${PREFIX}/share/snort/rules
cd ${WRKSRC}/etc ; \
for i in *.map sid ; do \