From cf39f505044458d5abe6c1f0ee31451c3ae20b12 Mon Sep 17 00:00:00 2001 From: demon Date: Fri, 27 May 2005 05:43:26 +0000 Subject: Do not touch perllocal.pod. PR: 81380 Submitted by: leeym --- databases/rrdtool/files/patch-bindings-Makefile.in | 13 +++++++++++++ net/rrdtool/files/patch-bindings-Makefile.in | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 databases/rrdtool/files/patch-bindings-Makefile.in create mode 100644 net/rrdtool/files/patch-bindings-Makefile.in diff --git a/databases/rrdtool/files/patch-bindings-Makefile.in b/databases/rrdtool/files/patch-bindings-Makefile.in new file mode 100644 index 00000000000..f7e9672a5c1 --- /dev/null +++ b/databases/rrdtool/files/patch-bindings-Makefile.in @@ -0,0 +1,13 @@ +--- bindings/Makefile.in.orig Tue May 17 04:57:45 2005 ++++ bindings/Makefile.in Mon May 23 11:40:24 2005 +@@ -519,8 +519,8 @@ + all-local: @COMP_PERL@ + + install-data-local: +- cd perl-piped && test -f Makefile && $(MAKE) install || true +- cd perl-shared && test -f Makefile && $(MAKE) install || true ++ cd perl-piped && test -f Makefile && $(MAKE) pure_install || true ++ cd perl-shared && test -f Makefile && $(MAKE) pure_install || true + + # rules for building the perl module + perl_piped: perl-piped/Makefile diff --git a/net/rrdtool/files/patch-bindings-Makefile.in b/net/rrdtool/files/patch-bindings-Makefile.in new file mode 100644 index 00000000000..f7e9672a5c1 --- /dev/null +++ b/net/rrdtool/files/patch-bindings-Makefile.in @@ -0,0 +1,13 @@ +--- bindings/Makefile.in.orig Tue May 17 04:57:45 2005 ++++ bindings/Makefile.in Mon May 23 11:40:24 2005 +@@ -519,8 +519,8 @@ + all-local: @COMP_PERL@ + + install-data-local: +- cd perl-piped && test -f Makefile && $(MAKE) install || true +- cd perl-shared && test -f Makefile && $(MAKE) install || true ++ cd perl-piped && test -f Makefile && $(MAKE) pure_install || true ++ cd perl-shared && test -f Makefile && $(MAKE) pure_install || true + + # rules for building the perl module + perl_piped: perl-piped/Makefile -- cgit