aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2005-05-27 13:43:26 +0800
committerdemon <demon@FreeBSD.org>2005-05-27 13:43:26 +0800
commitcf39f505044458d5abe6c1f0ee31451c3ae20b12 (patch)
tree5f10ed6dec40234112292a349724277610184bd9
parentaeb4fa8672a8bfe5caef60ce556fdc24d3a7cce4 (diff)
downloadfreebsd-ports-graphics-cf39f505044458d5abe6c1f0ee31451c3ae20b12.tar.gz
freebsd-ports-graphics-cf39f505044458d5abe6c1f0ee31451c3ae20b12.tar.zst
freebsd-ports-graphics-cf39f505044458d5abe6c1f0ee31451c3ae20b12.zip
Do not touch perllocal.pod.
PR: 81380 Submitted by: leeym
-rw-r--r--databases/rrdtool/files/patch-bindings-Makefile.in13
-rw-r--r--net/rrdtool/files/patch-bindings-Makefile.in13
2 files changed, 26 insertions, 0 deletions
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