diff options
Diffstat (limited to 'misc/p5-Array-PrintCols/patches/patch-aa')
-rw-r--r-- | misc/p5-Array-PrintCols/patches/patch-aa | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/misc/p5-Array-PrintCols/patches/patch-aa b/misc/p5-Array-PrintCols/patches/patch-aa deleted file mode 100644 index 4967c470698..00000000000 --- a/misc/p5-Array-PrintCols/patches/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-aa,v 1.3 1998/08/07 11:10:28 agc Exp $ - ---- 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 = ${PREFIX}/lib/perl5 -+ LOCALLIB = $(LOCALROOT)/site_perl - LOCALMAN = $(LOCALROOT)/man/man$(MANSEC) - - HOMEROOT = $(HOME) |