diff options
author | markd <markd> | 2005-01-11 13:11:12 +0000 |
---|---|---|
committer | markd <markd> | 2005-01-11 13:11:12 +0000 |
commit | 81d4443af3756aa0a20f67613837479c978131af (patch) | |
tree | 425b749a1ae4df80627091186a66f09c4f986bb4 /net/argus/patches | |
parent | 8d9a812aa0fcea84f6ceb936ffec1b627237baf7 (diff) | |
download | pkgsrc-81d4443af3756aa0a20f67613837479c978131af.tar.gz |
Make sure correct path for perl is set in installed scripts.
Bump PKGREVISION.
Diffstat (limited to 'net/argus/patches')
-rw-r--r-- | net/argus/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/argus/patches/patch-aa b/net/argus/patches/patch-aa new file mode 100644 index 00000000000..bc8b2894152 --- /dev/null +++ b/net/argus/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2005/01/11 13:11:12 markd Exp $ + +--- Configure.orig 2004-03-23 04:58:18.000000000 +1200 ++++ Configure +@@ -155,7 +155,7 @@ perlmodule(){ + } + + +-path_perl=`findit perl` ++path_perl=$PERL + path_sendmail=`findit sendmail` + path_qpage=`findit qpage` + path_fping=`findit fping` |