[86453] users/eborisch/python/py-pyqt4/Portfile

eborisch at macports.org eborisch at macports.org
Tue Oct 25 23:02:23 PDT 2011


Revision: 86453
          http://trac.macports.org/changeset/86453
Author:   eborisch at macports.org
Date:     2011-10-25 23:02:20 -0700 (Tue, 25 Oct 2011)
Log Message:
-----------
py-pyqt4: (sandboxed) fix-up destroot

Modified Paths:
--------------
    users/eborisch/python/py-pyqt4/Portfile

Modified: users/eborisch/python/py-pyqt4/Portfile
===================================================================
--- users/eborisch/python/py-pyqt4/Portfile	2011-10-26 01:56:39 UTC (rev 86452)
+++ users/eborisch/python/py-pyqt4/Portfile	2011-10-26 06:02:20 UTC (rev 86453)
@@ -127,13 +127,13 @@
 build.target    all
 use_parallel_build yes
 
+destroot.cmd      ${build.cmd}
+destroot.destdir  DESTDIR=${destroot}
+
 test.run	yes
 test.cmd	cd qt && ${python.bin} -c 'import PyQt4'
 
 post-destroot {
-    ln -s ${frameworks_dir}/Python.framework/Versions/${python.branch}/bin/pyrcc4 ${destroot}${prefix}/bin/pyrcc4-${python.branch}
-    ln -s ${frameworks_dir}/Python.framework/Versions/${python.branch}/bin/pyuic4 ${destroot}${prefix}/bin/pyuic4-${python.branch}
-
 	xinstall -m 755 -d ${destroot}${prefix}/share/doc
 	file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
 	file copy ${worksrcpath}/examples \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111025/e5b38672/attachment.html>


More information about the macports-changes mailing list