diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-12-14 03:43:18 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-12-14 03:43:18 +0000 |
commit | 0268aa4b8940b32dc1afe6c34f06eca1bdc20ad7 (patch) | |
tree | 2cf5e6870c15092e001faad567a0a3a665d6b287 /security | |
parent | 513d1f925fac5e9bc5512cf1300401bd6334f549 (diff) | |
download | pkgsrc-0268aa4b8940b32dc1afe6c34f06eca1bdc20ad7.tar.gz |
REPLACE_PERL's working directory is ${WRKSRC}, so packages needn't
prefix REPLACE_PERL definitions with ${WRKSRC}.
Diffstat (limited to 'security')
-rw-r--r-- | security/snortsnarf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/snortsnarf/Makefile b/security/snortsnarf/Makefile index d64d70a1f69..4a41be6d9df 100644 --- a/security/snortsnarf/Makefile +++ b/security/snortsnarf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/07/12 18:29:15 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/12/14 03:43:20 schmonz Exp $ # DISTNAME= SnortSnarf-020516.1 @@ -13,7 +13,7 @@ COMMENT= Generate HTML report summaries from snort incident alerts DEPENDS+= p5-Time>=101.062101:../../time/p5-Time USE_PERL5= YES -REPLACE_PERL= ${WRKSRC}/snortsnarf.pl +REPLACE_PERL= snortsnarf.pl NO_BUILD= # defined post-configure: |