summaryrefslogtreecommitdiff
path: root/misc/p5-Array-PrintCols/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'misc/p5-Array-PrintCols/patches/patch-aa')
-rw-r--r--misc/p5-Array-PrintCols/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/p5-Array-PrintCols/patches/patch-aa b/misc/p5-Array-PrintCols/patches/patch-aa
new file mode 100644
index 00000000000..4b9fc5cd4dd
--- /dev/null
+++ b/misc/p5-Array-PrintCols/patches/patch-aa
@@ -0,0 +1,13 @@
+--- Makefile.orig Thu Oct 17 16:53:08 1996
++++ Makefile Thu Oct 17 16:53:58 1996
+@@ -65,8 +65,8 @@
+ NETLIB = $(NETROOT)/lib
+ NETMAN = $(NETROOT)/man/man$(MANSEC)
+
+- LOCALROOT = /usr/local/perl5
+- LOCALLIB = $(LOCALROOT)/lib
++ LOCALROOT = /usr/local/lib/perl5
++ LOCALLIB = $(LOCALROOT)/site_perl
+ LOCALMAN = $(LOCALROOT)/man/man$(MANSEC)
+
+ HOMEROOT = $(HOME)