diff options
author | snj <snj> | 2004-04-25 03:17:55 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-25 03:17:55 +0000 |
commit | 6c4585cf70878db184babacb9dc58bbff61dfa0a (patch) | |
tree | a1247ffd38e02fdb02baf7807673b14e4740c043 /security/snortsnarf | |
parent | 5ea3097fc813a4d75a2437e203815e2170642b89 (diff) | |
download | pkgsrc-6c4585cf70878db184babacb9dc58bbff61dfa0a.tar.gz |
This does not need buildlink2.
Diffstat (limited to 'security/snortsnarf')
-rw-r--r-- | security/snortsnarf/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/snortsnarf/Makefile b/security/snortsnarf/Makefile index 8a271d78b35..0a816627f10 100644 --- a/security/snortsnarf/Makefile +++ b/security/snortsnarf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 22:53:16 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/25 03:17:55 snj Exp $ # DISTNAME= SnortSnarf-021111.1 @@ -12,7 +12,7 @@ COMMENT= Generate HTML report summaries from snort incident alerts DEPENDS= p5-Time>=101.062101:../../time/p5-Time -USE_BUILDLINK2= YES +NO_BUILDLINK= YES NO_BUILD= YES USE_PERL5= run @@ -32,6 +32,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/snortsnarf ${INSTALL_DATA} ${WRKSRC}/Usage ${PREFIX}/share/doc/snortsnarf -.include "../../lang/perl5/buildlink2.mk" - .include "../../mk/bsd.pkg.mk" |