[66526] trunk/dports/python/py25-distribute/Portfile

jmr at macports.org jmr at macports.org
Fri Apr 16 01:54:29 PDT 2010


Revision: 66526
          http://trac.macports.org/changeset/66526
Author:   jmr at macports.org
Date:     2010-04-16 01:54:27 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
py25 doesn't have link_binaries

Modified Paths:
--------------
    trunk/dports/python/py25-distribute/Portfile

Modified: trunk/dports/python/py25-distribute/Portfile
===================================================================
--- trunk/dports/python/py25-distribute/Portfile	2010-04-16 08:51:54 UTC (rev 66525)
+++ trunk/dports/python/py25-distribute/Portfile	2010-04-16 08:54:27 UTC (rev 66526)
@@ -23,13 +23,11 @@
                     sha1    60b29c6ffbd9ce5f4cbaebba809a8316cf198462 \
                     rmd160  4c8586ff3e65079ebf8df665a2364c6a11c00474
 
-python.link_binaries no
-
 post-destroot {
    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    xinstall -m 644 -W ${worksrcpath} CHANGES.txt CONTRIBUTORS.txt \
       DEVGUIDE.txt README.txt ${destroot}${prefix}/share/doc/${name}
-   ln -s "${python.prefix}/bin/easy_install-${python.branch}" "${destroot}${prefix}/bin/"
+   delete "${destroot}${prefix}/bin/easy_install"
 }
 
 livecheck.url       ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100416/68ce9edf/attachment.html>


More information about the macports-changes mailing list