diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-11-22 22:56:01 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-11-22 22:56:01 +0000 |
commit | 447c0f375b7f27f7131cfb5d023d4ca87bcd8e5b (patch) | |
tree | c5de2b34e3ad1f3c3f5165ba43c0d9bd92a7ac39 /net | |
parent | ea1cb229a62685876722570e5f3d263803224b43 (diff) | |
download | pkgsrc-447c0f375b7f27f7131cfb5d023d4ca87bcd8e5b.tar.gz |
Fix the path when SpeedyCGI is installed
Diffstat (limited to 'net')
-rw-r--r-- | net/smokeping/distinfo | 4 | ||||
-rw-r--r-- | net/smokeping/options.mk | 6 | ||||
-rw-r--r-- | net/smokeping/patches/patch-ab | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net/smokeping/distinfo b/net/smokeping/distinfo index c85276890ef..bbe5bd24945 100644 --- a/net/smokeping/distinfo +++ b/net/smokeping/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.9 2007/11/22 20:25:54 adrianp Exp $ +$NetBSD: distinfo,v 1.10 2007/11/22 22:56:01 adrianp Exp $ SHA1 (smokeping-2.2.7.tar.gz) = 5011db1ccefa0d5ec967006fc482b42c4ebbeadb RMD160 (smokeping-2.2.7.tar.gz) = 037b3f8ac442b270e9633769635a0de1f8286454 Size (smokeping-2.2.7.tar.gz) = 557546 bytes SHA1 (patch-aa) = f7d5bdf27df7be788a016aad71a894e03ad07bb8 -SHA1 (patch-ab) = 0a6afc983a48da77369b45220b69589901c7b93a +SHA1 (patch-ab) = e18a62b21d4ef9422147a2e8fcd2b516fc8ae02d SHA1 (patch-ac) = cb822e28a25672e08a9e0255615a580bbaee7432 SHA1 (patch-ad) = 7726e0c3697e32d93218358078800fce5428b1b2 diff --git a/net/smokeping/options.mk b/net/smokeping/options.mk index 6d56de1760d..a18ce1e8b82 100644 --- a/net/smokeping/options.mk +++ b/net/smokeping/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2006/08/09 21:48:53 adrianp Exp $ +# $NetBSD: options.mk,v 1.2 2007/11/22 22:56:01 adrianp Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.smokeping @@ -18,9 +18,9 @@ PKG_SUGGESTED_OPTIONS+= smokeping-speedycgi ### .if !empty(PKG_OPTIONS:Msmokeping-speedycgi) DEPENDS+= SpeedyCGI-[0-9]*:../../www/SpeedyCGI -INTERP= speedy +INTERP= lib/perl5/vendor_perl/bin/speedy .else -INTERP= perl +INTERP= bin/perl .endif ### diff --git a/net/smokeping/patches/patch-ab b/net/smokeping/patches/patch-ab index 544adee168b..50056613b85 100644 --- a/net/smokeping/patches/patch-ab +++ b/net/smokeping/patches/patch-ab @@ -1,10 +1,10 @@ -$NetBSD: patch-ab,v 1.7 2007/11/22 20:25:54 adrianp Exp $ +$NetBSD: patch-ab,v 1.8 2007/11/22 22:56:01 adrianp Exp $ --- htdocs/smokeping.cgi.dist.orig 2007-11-05 21:59:38.000000000 +0000 +++ htdocs/smokeping.cgi.dist @@ -1,13 +1,12 @@ -#!/usr/sepp/bin/speedy -w -+#!@PREFIX@/bin/@INTERP@ -w ++#!@PREFIX@/@INTERP@ -w # -*-perl-*- -use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl); |