summaryrefslogtreecommitdiff
path: root/net/rrdtool10/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/rrdtool10/files/patch-ac')
-rw-r--r--net/rrdtool10/files/patch-ac27
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 \