diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-10-18 19:31:02 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-10-18 19:31:02 +0000 |
commit | b3e07a0a94c6bf22a3a080c52d4b0115b431e436 (patch) | |
tree | 4312b5ce2a78e7b7c537fbe6b8449a5cf636247d /gnu/usr.bin | |
parent | f153253db67cdfcd38f4e1b3389c8e72ab1d2f63 (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.sh | 3 |
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' |