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 | 931cc5b5e6a3448dd83299be4171ee132803dfde (patch) | |
tree | 425b749a1ae4df80627091186a66f09c4f986bb4 /net/argus | |
parent | d74f56e248893a572ef059298ae01a82c345d2b0 (diff) | |
download | pkgsrc-931cc5b5e6a3448dd83299be4171ee132803dfde.tar.gz |
Make sure correct path for perl is set in installed scripts.
Bump PKGREVISION.
Diffstat (limited to 'net/argus')
-rw-r--r-- | net/argus/Makefile | 4 | ||||
-rw-r--r-- | net/argus/distinfo | 3 | ||||
-rw-r--r-- | net/argus/patches/patch-aa | 13 |
3 files changed, 17 insertions, 3 deletions
diff --git a/net/argus/Makefile b/net/argus/Makefile index 5397dd6b6a7..8d6fa65e1dc 100644 --- a/net/argus/Makefile +++ b/net/argus/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2004/12/28 02:47:46 reed Exp $ +# $NetBSD: Makefile,v 1.3 2005/01/11 13:11:12 markd Exp $ # DISTNAME= argus-3.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.tcp4me.com/code/argus-archive/ EXTRACT_SUFX= .tgz diff --git a/net/argus/distinfo b/net/argus/distinfo index d455fad9862..4b557331127 100644 --- a/net/argus/distinfo +++ b/net/argus/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/07/07 17:22:30 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2005/01/11 13:11:12 markd Exp $ SHA1 (argus-3.3.tgz) = dea646de0e14aa16967f5e7949ae88adc185616e Size (argus-3.3.tgz) = 268048 bytes +SHA1 (patch-aa) = 961ee5b87d2c4158fd9cd146a19b2470bc93bef6 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` |