[45373] trunk/dports/lang/perl5.8/Portfile

blb at macports.org blb at macports.org
Wed Jan 14 13:14:27 PST 2009


Revision: 45373
          http://trac.macports.org/changeset/45373
Author:   blb at macports.org
Date:     2009-01-14 13:14:26 -0800 (Wed, 14 Jan 2009)
Log Message:
-----------
lang/perl5.8 - fix issue where an existing (but possibly empty)
/usr/share/{scripts|bin} or /usr/local/{script|scripts} would cause perl
to install outside of prefix
see http://lists.macosforge.org/pipermail/macports-users/2009-January/013251.html

Modified Paths:
--------------
    trunk/dports/lang/perl5.8/Portfile

Modified: trunk/dports/lang/perl5.8/Portfile
===================================================================
--- trunk/dports/lang/perl5.8/Portfile	2009-01-14 19:52:24 UTC (rev 45372)
+++ trunk/dports/lang/perl5.8/Portfile	2009-01-14 21:14:26 UTC (rev 45373)
@@ -5,7 +5,7 @@
 
 name            perl5.8
 version         5.8.9
-revision        1
+revision        2
 categories      lang
 platforms       darwin freebsd linux
 maintainers     ricci openmaintainer
@@ -40,6 +40,7 @@
 configure.args \
     -des \
     -D prefix='${prefix}' \
+    -D scriptdir='${prefix}/bin' \
     -D cppflags="\${CPPFLAGS}" \
     -D ldflags="\${LDFLAGS}" \
     -D vendorprefix='${prefix}' \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090114/836dcbdb/attachment-0001.html>


More information about the macports-changes mailing list