diff options
-rw-r--r-- | misc/p5-Array-PrintCols/patches/patch-aa | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/misc/p5-Array-PrintCols/patches/patch-aa b/misc/p5-Array-PrintCols/patches/patch-aa index 4b9fc5cd4dd..5a06c704f4a 100644 --- a/misc/p5-Array-PrintCols/patches/patch-aa +++ b/misc/p5-Array-PrintCols/patches/patch-aa @@ -1,12 +1,21 @@ ---- Makefile.orig Thu Oct 17 16:53:08 1996 -+++ Makefile Thu Oct 17 16:53:58 1996 +--- Makefile.orig Tue Dec 19 00:47:43 1995 ++++ Makefile Fri Oct 24 21:22:05 1997 +@@ -57,7 +57,7 @@ + VERSION = 0 + + # Where Perl 5 lives +- PERL = /usr/local/bin/perl5 ++ PERL = ${PREFIX}/bin/perl5 + + DEFAULT = install-local + @@ -65,8 +65,8 @@ NETLIB = $(NETROOT)/lib NETMAN = $(NETROOT)/man/man$(MANSEC) - LOCALROOT = /usr/local/perl5 - LOCALLIB = $(LOCALROOT)/lib -+ LOCALROOT = /usr/local/lib/perl5 ++ LOCALROOT = ${PREFIX}/lib/perl5 + LOCALLIB = $(LOCALROOT)/site_perl LOCALMAN = $(LOCALROOT)/man/man$(MANSEC) |