diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2010-07-17 13:09:23 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2010-07-17 13:09:23 +0000 |
commit | 2f824ad6c49a59f7c76fecd4eccddc2ea03554c0 (patch) | |
tree | 30c81c37787b2a5067d5548f5810b0a4c6f572ff | |
parent | f8fa046d09d1b664a201e9fc43f776742f818f00 (diff) | |
download | ports-2f824ad6c49a59f7c76fecd4eccddc2ea03554c0.tar.gz ports-2f824ad6c49a59f7c76fecd4eccddc2ea03554c0.zip |
- source tar ball go to LOCAL
- fix WITH_SNORTSAM knob
PR: ports/148484, ports/148516
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet_AT_sunpoet dot net>
Notes
Notes:
svn path=/head/; revision=257887
-rw-r--r-- | security/snort/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 805160d52d63..6fea81ec84a5 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -8,8 +8,8 @@ PORTNAME= snort PORTVERSION= 2.8.6 CATEGORIES= security -MASTER_SITES= http://www.snort.org/dl/ \ - http://dl.snort.org/snort-current/ +MASTER_SITES= LOCAL +MASTER_SITE_SUBDIR= clsung MAINTAINER= clsung@FreeBSD.org COMMENT= Lightweight network intrusion detection system @@ -126,14 +126,12 @@ CONFIGURE_ARGS+= --enable-perfprofiling .endif .if defined(WITH_SNORTSAM) +BUILD_DEPENDS+= automake>=1.10.1:${PORTSDIR}/devel/automake110 PATCH_SITES+=http://www.snortsam.net/files/snort-plugin/:snortsam PATCHFILES+=snortsam-2.8.6.diff.gz:snortsam .endif post-patch: -.if defined(WITH_SNORTSAM) -BUILD_DEPENDS+= automake>=1.10.1:${PORTSDIR}/devel/automake110 -.endif .if defined(NOPORTDOCS) @${REINPLACE_CMD} '/SUBDIRS = /s/doc//' ${WRKSRC}/Makefile.in .endif |