diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-01-21 19:59:30 +0800 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-01-21 19:59:30 +0800 |
commit | eac9dda8ec93ce605ca37644ee6066413fd040d3 (patch) | |
tree | 63a115cf7a182c1dc7827f844ec6c4c86d46bc48 /security/snort | |
parent | 5dec915c0db5545af4821ee856349df90059b339 (diff) | |
download | freebsd-ports-gnome-eac9dda8ec93ce605ca37644ee6066413fd040d3.tar.gz freebsd-ports-gnome-eac9dda8ec93ce605ca37644ee6066413fd040d3.tar.zst freebsd-ports-gnome-eac9dda8ec93ce605ca37644ee6066413fd040d3.zip |
- Fix issue when NOPORTDOCS and SNORTSAM are both defined
Diffstat (limited to 'security/snort')
-rw-r--r-- | security/snort/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 6d38bd369ef1..2c6a5197c707 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -209,8 +209,10 @@ pre-configure: @${FIND} ${WRKSRC} -name 'Makefile.am' | ${XARGS} ${REINPLACE_CMD} -e 's|lib/snort_|lib/snort/|g' @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.am \ ${WRKSRC}/src/dynamic-preprocessors/libs/Makefile.am - @${ECHO_MSG} "===> Rebuilding required files for snortsam patches" + @${REINPLACE_CMD} -e '/README.u2boat/d' ${WRKSRC}/tools/u2boat/Makefile.am + @${ECHO_MSG} "===> Rebuilding required files for snortsam patches..." @cd ${WRKSRC} && ${SH} ${WRKSRC}/autojunk.sh + @${ECHO_MSG} "===> Done. Configuring..." .endif pre-install: |