In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Nathan Torkington) wrote:

> I'm not entirely sure.  I think that a previous 5.8 install overwrote
> some of the 5.5 library (doing a 'configure.gnu --prefix=/blah' still
> made 5.8 install crap into /Library).

hints/darwin.sh overrides the defaults.  I want everything in /usr/local/, 
though, so this is what I do to mine, for Mac OS X:

[pudge@bourque hints]$ diff -u darwin.sh.orig darwin.sh
--- darwin.sh.orig      Thu Jul 18 01:42:44 2002
+++ darwin.sh   Wed Feb 19 19:53:46 2003
@@ -7,31 +7,7 @@
 # Paths
 ##
 
-# BSD paths
-case "$prefix" in
-'')
-       # Default install; use non-system directories
-       prefix='/usr/local'; # Built-in perl uses /usr
-       siteprefix='/usr/local';
-       vendorprefix='/usr/local'; usevendorprefix='define';
-
-       # Where to put modules.
-       privlib='/Library/Perl'; # Built-in perl uses /System/Library/Perl
-       sitelib='/Library/Perl';
-       vendorlib='/Network/Library/Perl';
-       ;;
-'/usr')
-       # We are building/replacing the built-in perl
-       siteprefix='/usr/local';
-       vendorprefix='/usr/local'; usevendorprefix='define';
-
-       # Where to put modules.
-       privlib='/System/Library/Perl';
-       sitelib='/Library/Perl';
-       vendorlib='/Network/Library/Perl';
-       ;;
-esac
-
+prefix='/usr/local';
 # 4BSD uses ${prefix}/share/man, not ${prefix}/man.
 man1dir="${prefix}/share/man/man1";
 man3dir="${prefix}/share/man/man3";

-- 
Chris Nandor                      [EMAIL PROTECTED]    http://pudge.net/
Open Source Development Network    [EMAIL PROTECTED]     http://osdn.com/

Reply via email to