diff options
author | clsung <clsung@FreeBSD.org> | 2007-02-07 09:57:04 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-02-07 09:57:04 +0800 |
commit | 20ed2c648bbf90f2dbb4d7096b2ff61164481712 (patch) | |
tree | 991917533aa22e818a22c2305732355efe8ab5ac /security | |
parent | 7817695d5988ce7ff6a6dfd2e0034d2c4652e6a5 (diff) | |
download | freebsd-ports-gnome-20ed2c648bbf90f2dbb4d7096b2ff61164481712.tar.gz freebsd-ports-gnome-20ed2c648bbf90f2dbb4d7096b2ff61164481712.tar.zst freebsd-ports-gnome-20ed2c648bbf90f2dbb4d7096b2ff61164481712.zip |
- pet tinderbox
Diffstat (limited to 'security')
-rw-r--r-- | security/snort/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index b30412e7f637..1a36fe81a17d 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -132,7 +132,7 @@ post-patch: ${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 exists(${LIBNET_CONFIG}) +.if defined(WITH_FLEXRESP) || defined(WITH_FLEXRESP2) ${REINPLACE_CMD} -e 's|libnet-config|${LIBNET_CONFIG}|g' ${WRKSRC}/configure .endif .if defined(WITHOUT_DYNAMIC) |