mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Do not touch perllocal.pod.
PR: 81380 Submitted by: leeym
This commit is contained in:
parent
264853a588
commit
809419a3d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136242
13
databases/rrdtool/files/patch-bindings-Makefile.in
Normal file
13
databases/rrdtool/files/patch-bindings-Makefile.in
Normal file
@ -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
|
13
net/rrdtool/files/patch-bindings-Makefile.in
Normal file
13
net/rrdtool/files/patch-bindings-Makefile.in
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user