diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-10-18 19:34:35 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-10-18 19:34:35 +0000 |
commit | 96c91de64376d9c5f9850958bd7acd878d1709f3 (patch) | |
tree | 1661912ccb8938b15c94308eb59a5e321882d13d /gnu | |
parent | b3e07a0a94c6bf22a3a080c52d4b0115b431e436 (diff) |
set siteprefix and siteprefixexp to /usr/local as they should be
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/perl/config.over | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/config.over b/gnu/usr.bin/perl/config.over index e6d5bbd25d0..8eb15ab450f 100644 --- a/gnu/usr.bin/perl/config.over +++ b/gnu/usr.bin/perl/config.over @@ -1,7 +1,7 @@ # # Override default paths when building in the OpenBSD src tree # -# $OpenBSD: config.over,v 1.8 2000/04/08 16:40:51 millert Exp $ +# $OpenBSD: config.over,v 1.9 2000/10/18 19:34:34 millert Exp $ # # We use a different architecture name than the default @@ -13,6 +13,8 @@ prefix='/usr' prefixexp='/usr' # But site binaries go in /usr/local/bin for ports +siteprefix='/usr/local' +siteprefixexp='/usr/local' installsitebin='/usr/local/bin' installarchlib="/usr/libdata/perl5/${archname}/${version}" |