From: Jarkko Hietaniemi Date: Wed, 9 Jul 2003 06:27:15 +0000 (+0000) Subject: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9a33f774ee40a20ac08cacf3360fea9af2b7ff5d;p=p5sagit%2Fp5-mst-13.2.git Darwin/Mac OS X: if -Dprefix=/foo, do nothing special for the install dirs. p4raw-id: //depot/perl@20083 --- diff --git a/hints/darwin.sh b/hints/darwin.sh index 0d41d73..b02cab6 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -38,16 +38,6 @@ case "$prefix" in *) # Anything else; use non-system directories - # prefix=$prefix; # Built-in perl uses /usr - siteprefix=$prefix; - vendorprefix='/usr'; usevendorprefix='define'; - - # Where to put modules. - sitelib=$prefix/lib/perl5/site_perl/${version} - # Use -Uvendorlib to not to get /System/Library. - case "$vendorlib" in - '') vendorlib="/System/Library/Perl/${version}"; # Apple-supplied modules - esac ;; esac