summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorgclarkii <gclarkii@FreeBSD.org>1994-11-03 23:50:43 +0000
committergclarkii <gclarkii@FreeBSD.org>1994-11-03 23:50:43 +0000
commit7234eaeb650aa6ffa6fd4c8a8be7247e21feb27f (patch)
tree8260ce651d9b9c0247ad6dc76c98b5c2c5b13c57 /gnu
parent6e04bf5b79c4d78b95e9824021a12aa0544a341e (diff)
downloadFreeBSD-src-7234eaeb650aa6ffa6fd4c8a8be7247e21feb27f.zip
FreeBSD-src-7234eaeb650aa6ffa6fd4c8a8be7247e21feb27f.tar.gz
Correct my hosing...:(
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 e13d39f..51beaf7 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 a70af3e..e3d054e 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 4dc0bf4..6a6d9fa 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
OpenPOWER on IntegriCloud