diff options
author | adam <adam> | 2007-03-18 18:59:05 +0000 |
---|---|---|
committer | adam <adam> | 2007-03-18 18:59:05 +0000 |
commit | ca5a8d9ab55990211771023bdcf1f0c1022cae9b (patch) | |
tree | d0ef564d9002d9a2d50ff9d6d1df65de58e30b34 /net/argus/Makefile | |
parent | 82b86054021e51968de503bc0d08451f8944a51d (diff) | |
download | pkgsrc-ca5a8d9ab55990211771023bdcf1f0c1022cae9b.tar.gz |
Perl path fix
Diffstat (limited to 'net/argus/Makefile')
-rw-r--r-- | net/argus/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/argus/Makefile b/net/argus/Makefile index 0504cd827df..3e6674e4700 100644 --- a/net/argus/Makefile +++ b/net/argus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/03/18 18:45:14 adam Exp $ +# $NetBSD: Makefile,v 1.12 2007/03/18 18:59:05 adam Exp $ DISTNAME= argus-3.4 CATEGORIES= net @@ -25,6 +25,8 @@ CONFIGURE_ARGS+= --lib_dir ${PREFIX}/lib/argus CONFIGURE_ARGS+= --data_dir ${VARBASE}/argus CONFIGURE_ENV+= PERL=${TOOLS_PERL5:Q} +REPLACE_PERL+= ${WRKSRC}/built/argus-config + RCD_SCRIPTS= argusd .include "options.mk" |