1
0
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:
Dmitry Sivachenko 2005-05-27 05:43:26 +00:00
parent 264853a588
commit 809419a3d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136242
2 changed files with 26 additions and 0 deletions

View 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

View 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