diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-05-04 21:31:56 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-05-04 21:31:56 +0000 |
commit | cb2fb43562cf9a9b3d3292962278420a9b2eb033 (patch) | |
tree | 7be44a1b3ce9d354bf0fa213cd290072f054ec31 /net/rrdtool10/files/patch-ac | |
parent | The two primary MASTER_SITES no longer host this distfile, and the (diff) |
Upgrade to 1.0.37
Submitted by: Mark Rowlands <mark.rowlands@minmail.net> (partially).
Diffstat (limited to 'net/rrdtool10/files/patch-ac')
-rw-r--r-- | net/rrdtool10/files/patch-ac | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/net/rrdtool10/files/patch-ac b/net/rrdtool10/files/patch-ac index 26d5410e4faf..d786d539f5b2 100644 --- a/net/rrdtool10/files/patch-ac +++ b/net/rrdtool10/files/patch-ac @@ -1,21 +1,26 @@ ---- Makefile.in.orig Wed Oct 4 13:09:37 2000 -+++ Makefile.in Wed Oct 4 13:10:39 2000 -@@ -383,12 +383,12 @@ +--- Makefile.in.orig Sun Apr 14 11:47:46 2002 ++++ Makefile.in Wed May 1 16:04:06 2002 +@@ -392,12 +392,17 @@ # lets schedule the perl stuff for installation # the special call to install-sh is because the -d switch is not portable -install-data-local: -- ./config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs +- $(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs - $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl - $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl - $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs - $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs ++ ++ +install-data-local: site-perl-inst -+# ./config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs -+# $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl -+# $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl -+# $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs -+# $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs ++# ./config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs ++# $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl ++# $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl ++# $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs ++# $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs ++ ++ ++ - # rules for building the perl module - perl_piped: perl-piped/Makefile + perl_piped:: $(top_builddir)/perl-piped + test -d perl-piped \ |