summaryrefslogtreecommitdiff
path: root/net/mrtg/patches
diff options
context:
space:
mode:
authorminskim <minskim>2004-12-31 10:08:42 +0000
committerminskim <minskim>2004-12-31 10:08:42 +0000
commit9e1ab5443aee2050a44e67a6fa091f794dfc15df (patch)
tree0144eaae498b4dadb14f49e58bab46b9a2a45d66 /net/mrtg/patches
parent62dcfee51088bdfab09c19070b58c0cd4658f11b (diff)
downloadpkgsrc-9e1ab5443aee2050a44e67a6fa091f794dfc15df.tar.gz
Set the path to perl in scripts correctly using REPLACE_PERL. Noted
by Martti Kuparinen on tech-pkg@. Bump PKGREVISION.
Diffstat (limited to 'net/mrtg/patches')
-rw-r--r--net/mrtg/patches/patch-ac17
1 files changed, 11 insertions, 6 deletions
diff --git a/net/mrtg/patches/patch-ac b/net/mrtg/patches/patch-ac
index 6e19e4121dd..3bab845c44b 100644
--- a/net/mrtg/patches/patch-ac
+++ b/net/mrtg/patches/patch-ac
@@ -1,8 +1,13 @@
-$NetBSD: patch-ac,v 1.5 2004/02/15 07:34:03 martti Exp $
+$NetBSD: patch-ac,v 1.6 2004/12/31 10:08:42 minskim Exp $
---- Makefile.in.orig Mon Jan 19 09:28:44 2004
-+++ Makefile.in Sun Feb 15 09:18:46 2004
-@@ -40,2 +40,3 @@
- $(PERL) -0777 -p -i~ -e 's@GRAPHFMT="...";@GRAPHFMT="$(GDFORM_EXT)";@' $(top_srcdir)/bin/mrtg $(top_srcdir)/bin/indexmaker
-+ $(PERL) -0777 -p -i~ -e "s@__PREFIX__@${prefix}@g" $(top_srcdir)/bin/cfgmaker $(top_srcdir)/bin/mrtg $(top_srcdir)/bin/indexmaker
+--- Makefile.in.orig 2004-08-08 04:49:14.000000000 -0500
++++ Makefile.in
+@@ -27,7 +27,7 @@ LIBS = @LIBS@
+ INSTALL = @INSTALL@
+ MKINSTALLDIRS = $(SHELL) $(top_srcdir)/mkinstalldirs
+-all: bin/rateup subst
++all: bin/rateup
+
+ bin/rateup: bin/rateup.o
+ LD_RUN_PATH=$(LD_RUN_PATH) $(CC) bin/rateup.o -o bin/rateup $(LDFLAGS) $(LIBS)