From e1e2c1d76536abaa8b7b755ea01437135e285fe5 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Wed, 7 Feb 2007 01:57:04 +0000 Subject: [PATCH] - pet tinderbox --- security/snort/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)