[64262] trunk/dports/python/py27-setuptools/Portfile

jwa at macports.org jwa at macports.org
Sat Feb 27 10:08:58 PST 2010


Revision: 64262
          http://trac.macports.org/changeset/64262
Author:   jwa at macports.org
Date:     2010-02-27 10:08:55 -0800 (Sat, 27 Feb 2010)
Log Message:
-----------
fix a remaining typo, easy_install-2.6 blocks activation

Modified Paths:
--------------
    trunk/dports/python/py27-setuptools/Portfile

Modified: trunk/dports/python/py27-setuptools/Portfile
===================================================================
--- trunk/dports/python/py27-setuptools/Portfile	2010-02-27 15:54:03 UTC (rev 64261)
+++ trunk/dports/python/py27-setuptools/Portfile	2010-02-27 18:08:55 UTC (rev 64262)
@@ -32,7 +32,7 @@
 	xinstall -m 644 -W ${worksrcpath} EasyInstall.txt api_tests.txt \
 		pkg_resources.txt setuptools.txt \
 		${destroot}${prefix}/share/doc/${name}
-    ln -s ${python.prefix}/bin/easy_install-2.6 ${destroot}${prefix}/bin/
+    ln -s ${python.prefix}/bin/easy_install-2.7 ${destroot}${prefix}/bin/
 }
 
 test.run  yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100227/95db1a0a/attachment.html>


More information about the macports-changes mailing list