diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-27 00:45:00 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-27 00:45:00 +0000 |
commit | 76bfc01092c80d5f51c11c71c30fcf904ba9cfad (patch) | |
tree | 21833754127196615ae72d2e8e22ff9426a8cd3f /misc | |
parent | a65e03a321ff384e72e7339e1ceaa14fb2b9acfc (diff) | |
download | pkgsrc-76bfc01092c80d5f51c11c71c30fcf904ba9cfad.tar.gz |
/usr/local/ -> ${PREFIX}
Diffstat (limited to 'misc')
-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) |