diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2014-05-15 19:34:20 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2014-05-15 19:34:20 +0000 |
commit | 05efd90bb5f9fdad4e2228e1816ed97bb36f5cac (patch) | |
tree | 0eccf76b3817696be373b01e344933e78b304e06 /security/snort/Makefile | |
parent | 1eb8e28537c53e795b25c8b3f899950909f90c6c (diff) |
- Update to 2.9.6.1
Notes
Notes:
svn path=/head/; revision=354169
Diffstat (limited to 'security/snort/Makefile')
-rw-r--r-- | security/snort/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index fbcc7b4a3a09..54a93e6fd4bd 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= snort -PORTVERSION= 2.9.6.0 -PORTREVISION= 1 +PORTVERSION= 2.9.6.1 CATEGORIES= security MASTER_SITES= SF/snort/snort \ http://mirrors.rit.edu/zi/ @@ -75,9 +74,8 @@ PULLEDPORK_RUN_DEPENDS= pulledpork.pl:${PORTSDIR}/security/pulledpork USE_RC_SUBR= snort SUB_FILES= pkg-message -USES= pathfix +USES= pathfix libtool GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes @@ -131,6 +129,9 @@ post-patch: ${WRKSRC}/etc/snort.conf .endif +post-build: + @${FIND} ${WRKSRC}/src -name '*.0' -type f -exec ${STRIP_CMD} {} \; + post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} ${STAGEDIR}${RULES_DIR} ${STAGEDIR}${LOGS_DIR} \ ${STAGEDIR}${PREPROC_RULE_DIR} ${STAGEDIR}${DOCSDIR} |