diff options
author | markd <markd@pkgsrc.org> | 2005-01-11 13:11:12 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-01-11 13:11:12 +0000 |
commit | 622d08c713cd4846e4500122f6768ffb2925c574 (patch) | |
tree | 425b749a1ae4df80627091186a66f09c4f986bb4 /net/argus/patches | |
parent | bdb795e1d7c348fa131275dbbb03228c48ffd989 (diff) | |
download | pkgsrc-622d08c713cd4846e4500122f6768ffb2925c574.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` |