summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-10-18 19:31:02 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-10-18 19:31:02 +0000
commitb3e07a0a94c6bf22a3a080c52d4b0115b431e436 (patch)
tree4312b5ce2a78e7b7c537fbe6b8449a5cf636247d /gnu/usr.bin
parentf153253db67cdfcd38f4e1b3389c8e72ab1d2f63 (diff)
set siteprefix and siteprefixexp to /usr/local as they should be
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/perl/hints/openbsd.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/hints/openbsd.sh b/gnu/usr.bin/perl/hints/openbsd.sh
index b4b7222eb4d..a052cbba57b 100644
--- a/gnu/usr.bin/perl/hints/openbsd.sh
+++ b/gnu/usr.bin/perl/hints/openbsd.sh
@@ -95,6 +95,9 @@ case "$openbsd_distribution" in
sysman='/usr/share/man/man1'
libpth='/usr/lib'
glibpth='/usr/lib'
+ # Local things, however, do go in /usr/local
+ siteprefix='/usr/local'
+ siteprefixexp='/usr/local'
# Ports installs non-std libs in /usr/local/lib so look there too
locincpth='/usr/local/include'
loclibpth='/usr/local/lib'