[59156] trunk/dports/lang/python25/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Sat Oct 10 08:16:12 PDT 2009


Revision: 59156
          http://trac.macports.org/changeset/59156
Author:   macsforever2000 at macports.org
Date:     2009-10-10 08:16:11 -0700 (Sat, 10 Oct 2009)
Log Message:
-----------
Add symlink to /opt/local/share. (#20522)

Modified Paths:
--------------
    trunk/dports/lang/python25/Portfile

Modified: trunk/dports/lang/python25/Portfile
===================================================================
--- trunk/dports/lang/python25/Portfile	2009-10-10 15:12:38 UTC (rev 59155)
+++ trunk/dports/lang/python25/Portfile	2009-10-10 15:16:11 UTC (rev 59156)
@@ -5,7 +5,7 @@
 
 name                    python25
 version                 2.5.4
-revision                7
+revision                8
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              lang
 platforms               darwin
@@ -100,6 +100,7 @@
             file rename ${destroot}${framewdir}/${dir}/python${branch} ${destroot}${prefix}/${dir}
             ln -s ${prefix}/${dir}/python${branch} ${destroot}${framewdir}/${dir}/python${branch}
         }
+        ln -s ${prefix}/share ${destroot}${framewdir}/share
 
         ln -s ${framewdir}/Python ${destroot}${prefix}/lib/libpython${branch}.dylib
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091010/2130b104/attachment.html>


More information about the macports-changes mailing list