aboutsummaryrefslogtreecommitdiffstats
path: root/security/snort
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-09-06 10:29:30 +0800
committerclsung <clsung@FreeBSD.org>2006-09-06 10:29:30 +0800
commit9c8682b501f598f34ff8dd9306f7066f25dbd615 (patch)
tree16913a95cdec2db601a48cafa19414646e4f960a /security/snort
parente2fec709cb60ed9948479559904797468853f148 (diff)
downloadfreebsd-ports-gnome-9c8682b501f598f34ff8dd9306f7066f25dbd615.tar.gz
freebsd-ports-gnome-9c8682b501f598f34ff8dd9306f7066f25dbd615.tar.zst
freebsd-ports-gnome-9c8682b501f598f34ff8dd9306f7066f25dbd615.zip
- fix location entry in snort.conf
- bump PORTREVISION PR: ports/102909 Submitted by: Richard Bejtlich <taosecurity_AT_gmail dot com>
Diffstat (limited to 'security/snort')
-rw-r--r--security/snort/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile
index fb025883be28..bc0b9447aa6b 100644
--- a/security/snort/Makefile
+++ b/security/snort/Makefile
@@ -7,6 +7,7 @@
PORTNAME= snort
PORTVERSION= 2.6.0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.snort.org/dl/current/
@@ -115,6 +116,7 @@ post-patch:
's|lib/snort_|lib/snort/|g'
${REINPLACE_CMD} "s,/etc/snort.conf,${CONFIG_DIR}/snort.conf," \
${WRKSRC}/src/snort.c ${WRKSRC}/snort.8
+ ${REINPLACE_CMD} -e 's|lib/snort_|lib/snort/|g' ${WRKSRC}/etc/snort.conf
.if defined(WITHOUT_DYNAMIC)
${REINPLACE_CMD} -e "s,-am: install-libLTLIBRARIES,-am:," \
${WRKSRC}/src/dynamic-plugins/sf_engine/Makefile.in