summaryrefslogtreecommitdiff
path: root/net/argus
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2007-03-18 18:59:05 +0000
committeradam <adam@pkgsrc.org>2007-03-18 18:59:05 +0000
commit4011934660b0df84e635c11d1966a5bbe78c9a9a (patch)
treed0ef564d9002d9a2d50ff9d6d1df65de58e30b34 /net/argus
parentf1123cd7a3538d64323dc17e8a5243e6da9ccd9c (diff)
downloadpkgsrc-4011934660b0df84e635c11d1966a5bbe78c9a9a.tar.gz
Perl path fix
Diffstat (limited to 'net/argus')
-rw-r--r--net/argus/Makefile4
-rw-r--r--net/argus/distinfo4
-rw-r--r--net/argus/patches/patch-aa11
3 files changed, 15 insertions, 4 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"
diff --git a/net/argus/distinfo b/net/argus/distinfo
index 92656ecb857..68fa3a8c0c7 100644
--- a/net/argus/distinfo
+++ b/net/argus/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2007/03/18 18:45:14 adam Exp $
+$NetBSD: distinfo,v 1.5 2007/03/18 18:59:17 adam Exp $
SHA1 (argus-3.4.tgz) = e7be66d511f8d31e367ec31e454a367c3ed106ef
RMD160 (argus-3.4.tgz) = be206840f1ceaf516a75caab4bdd80df75ed019e
Size (argus-3.4.tgz) = 297042 bytes
-SHA1 (patch-aa) = 959360dc85be92216f5222dcfc42e53466d22b34
+SHA1 (patch-aa) = 85725be47608b8f7a7f675c50e90b763fb6cfbe9
diff --git a/net/argus/patches/patch-aa b/net/argus/patches/patch-aa
index 0f1f715520a..4f3edd4daa7 100644
--- a/net/argus/patches/patch-aa
+++ b/net/argus/patches/patch-aa
@@ -1,7 +1,16 @@
-$NetBSD: patch-aa,v 1.2 2007/03/18 18:45:15 adam Exp $
+$NetBSD: patch-aa,v 1.3 2007/03/18 18:59:06 adam Exp $
--- Configure.orig 2005-04-30 18:05:03.000000000 +0200
+++ Configure
+@@ -24,7 +24,7 @@ export PATH
+ auth_file=web_auth_file.pl
+
+ # name of perl - used by author's test rig
+-PERL=${PERLNAME:-perl}
++#PERL=${PERLNAME:-perl}
+
+ # process cmdline args
+ while test $# -gt 0 ; do
@@ -158,7 +158,7 @@ perlmodule(){
}