diff options
author | adam <adam> | 2007-03-18 18:59:05 +0000 |
---|---|---|
committer | adam <adam> | 2007-03-18 18:59:05 +0000 |
commit | 44bb8c31e2934fd2ea31a4b12c0addd06a47851a (patch) | |
tree | d0ef564d9002d9a2d50ff9d6d1df65de58e30b34 /net/argus/patches | |
parent | 11cb1e467b784b7f09e6299960feeafea11346fb (diff) | |
download | pkgsrc-44bb8c31e2934fd2ea31a4b12c0addd06a47851a.tar.gz |
Perl path fix
Diffstat (limited to 'net/argus/patches')
-rw-r--r-- | net/argus/patches/patch-aa | 11 |
1 files changed, 10 insertions, 1 deletions
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(){ } |