[96778] trunk/dports/python/py-zeroc-ice/Portfile
blair at macports.org
blair at macports.org
Sat Aug 18 23:18:57 PDT 2012
Revision: 96778
https://trac.macports.org/changeset/96778
Author: blair at macports.org
Date: 2012-08-18 23:18:55 -0700 (Sat, 18 Aug 2012)
Log Message:
-----------
py-zeroc-ice: Use ${python.libdir}.
Modified Paths:
--------------
trunk/dports/python/py-zeroc-ice/Portfile
Modified: trunk/dports/python/py-zeroc-ice/Portfile
===================================================================
--- trunk/dports/python/py-zeroc-ice/Portfile 2012-08-19 06:09:13 UTC (rev 96777)
+++ trunk/dports/python/py-zeroc-ice/Portfile 2012-08-19 06:18:55 UTC (rev 96778)
@@ -97,14 +97,14 @@
file rename ${destroot}${prefix}/python ${destroot}${python.pkgd}
set cmd "${python.bin} \
- ${python.prefix}/lib/python${python.branch}/compileall.py \
+ ${python.libdir}/compileall.py \
${destroot}${python.pkgd}"
ui_debug ${cmd}
system ${cmd}
set cmd "${python.bin} -O \
- ${python.prefix}/lib/python${python.branch}/compileall.py \
- ${destroot}${python.pkgd}"
+ ${python.libdir}/compileall.py \
+ ${destroot}${python.pkgd}"
ui_debug ${cmd}
system ${cmd}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120818/198cc27d/attachment.html>
More information about the macports-changes
mailing list