summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorGary Clark II <gclarkii@FreeBSD.org>1994-11-03 23:50:43 +0000
committerGary Clark II <gclarkii@FreeBSD.org>1994-11-03 23:50:43 +0000
commite4aaba56f57f1d3fb8345922dcabe2cd3d606783 (patch)
tree8260ce651d9b9c0247ad6dc76c98b5c2c5b13c57 /gnu
parentefaf4c8649b78067580874245423426d04114a58 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/lib/Makefile2
-rw-r--r--gnu/usr.bin/perl/perl/config.H2
-rw-r--r--gnu/usr.bin/perl/perl/config.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/perl/lib/Makefile b/gnu/usr.bin/perl/lib/Makefile
index e13d39f1288e..51beaf755259 100644
--- a/gnu/usr.bin/perl/lib/Makefile
+++ b/gnu/usr.bin/perl/lib/Makefile
@@ -1,4 +1,4 @@
-PLIBDIR= /usr/lib/perl
+PLIBDIR= /usr/share/perl
PLIB+= abbrev.pl assert.pl bigfloat.pl bigint.pl bigrat.pl cacheout.pl
PLIB+= chat2.pl complete.pl ctime.pl dumpvar.pl exceptions.pl fastcwd.pl
diff --git a/gnu/usr.bin/perl/perl/config.H b/gnu/usr.bin/perl/perl/config.H
index a70af3e8fe58..e3d054ed8653 100644
--- a/gnu/usr.bin/perl/perl/config.H
+++ b/gnu/usr.bin/perl/perl/config.H
@@ -887,6 +887,6 @@
* execution path, but it should be accessible by the world. The program
* should be prepared to do ~ expansion.
*/
-#define PRIVLIB "/usr/lib/perl" /**/
+#define PRIVLIB "/usr/share/perl" /**/
#endif
diff --git a/gnu/usr.bin/perl/perl/config.h b/gnu/usr.bin/perl/perl/config.h
index 4dc0bf4d5fe4..6a6d9fa2f077 100644
--- a/gnu/usr.bin/perl/perl/config.h
+++ b/gnu/usr.bin/perl/perl/config.h
@@ -764,6 +764,6 @@
* execution path, but it should be accessible by the world. The program
* should be prepared to do ~ expansion.
*/
-#define PRIVLIB "/usr/lib/perl" /**/
+#define PRIVLIB "/usr/share/perl" /**/
#endif