[43170] trunk/dports/python
mcalhoun at macports.org
mcalhoun at macports.org
Sat Dec 6 03:22:41 PST 2008
Revision: 43170
http://trac.macports.org/changeset/43170
Author: mcalhoun at macports.org
Date: 2008-12-06 03:22:36 -0800 (Sat, 06 Dec 2008)
Log Message:
-----------
Multiple Update: Variable python.bindir no longer exists after r43139.
Modified Paths:
--------------
trunk/dports/python/py26-nose/Portfile
trunk/dports/python/py26-numpy/Portfile
trunk/dports/python/py26-setuptools/Portfile
trunk/dports/python/py26-twisted/Portfile
Modified: trunk/dports/python/py26-nose/Portfile
===================================================================
--- trunk/dports/python/py26-nose/Portfile 2008-12-06 05:51:53 UTC (rev 43169)
+++ trunk/dports/python/py26-nose/Portfile 2008-12-06 11:22:36 UTC (rev 43170)
@@ -46,7 +46,7 @@
set framewdir ${framewpath}/Versions/${branch}
ln -s ${framewdir}/share/man/man1/nosetests.1 ${destroot}${prefix}/share/man/man1/nosetests${branch}.1
- ln -s ${python.bindir}/nosetests ${destroot}${prefix}/bin/nosetests-${branch}
+ ln -s ${python.prefix}/bin/nosetests ${destroot}${prefix}/bin/nosetests-${branch}
xinstall -m 644 -W ${worksrcpath} \
AUTHORS CHANGELOG NEWS README.txt \
Modified: trunk/dports/python/py26-numpy/Portfile
===================================================================
--- trunk/dports/python/py26-numpy/Portfile 2008-12-06 05:51:53 UTC (rev 43169)
+++ trunk/dports/python/py26-numpy/Portfile 2008-12-06 11:22:36 UTC (rev 43170)
@@ -35,7 +35,7 @@
post-destroot {
set branch 2.6
- ln -s ${python.bindir}/f2py ${destroot}${prefix}/bin/f2py-${branch}
+ ln -s ${python.prefix}/bin/f2py ${destroot}${prefix}/bin/f2py-${branch}
}
livecheck.distname NumPy
Modified: trunk/dports/python/py26-setuptools/Portfile
===================================================================
--- trunk/dports/python/py26-setuptools/Portfile 2008-12-06 05:51:53 UTC (rev 43169)
+++ trunk/dports/python/py26-setuptools/Portfile 2008-12-06 11:22:36 UTC (rev 43170)
@@ -31,7 +31,7 @@
xinstall -m 644 -W ${worksrcpath} EasyInstall.txt api_tests.txt \
pkg_resources.txt setuptools.txt \
${destroot}${prefix}/share/doc/${name}
- ln -s ${python.bindir}/easy_install-2.6 ${destroot}${prefix}/bin/
+ ln -s ${python.prefix}/bin/easy_install-2.6 ${destroot}${prefix}/bin/
}
test.run yes
Modified: trunk/dports/python/py26-twisted/Portfile
===================================================================
--- trunk/dports/python/py26-twisted/Portfile 2008-12-06 05:51:53 UTC (rev 43169)
+++ trunk/dports/python/py26-twisted/Portfile 2008-12-06 11:22:36 UTC (rev 43170)
@@ -32,8 +32,8 @@
post-destroot {
set branch 2.6
- foreach bin [glob -tails -directory ${destroot}${python.bindir} *] {
- ln -s ${python.bindir} ${destroot}${prefix}/bin/${bin}-${branch}
+ foreach bin [glob -tails -directory ${destroot}${python.prefix}/bin *] {
+ ln -s ${python.prefix}/bin/${bin} ${destroot}${prefix}/bin/${bin}-${branch}
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081206/36868871/attachment.html>
More information about the macports-changes
mailing list