[91765] trunk/dports/python/py-pymunk/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Apr 9 20:43:54 PDT 2012


Revision: 91765
          https://trac.macports.org/changeset/91765
Author:   ryandesign at macports.org
Date:     2012-04-09 20:43:54 -0700 (Mon, 09 Apr 2012)
Log Message:
-----------
py-pymunk: use "system -W"

Modified Paths:
--------------
    trunk/dports/python/py-pymunk/Portfile

Modified: trunk/dports/python/py-pymunk/Portfile
===================================================================
--- trunk/dports/python/py-pymunk/Portfile	2012-04-10 02:06:55 UTC (rev 91764)
+++ trunk/dports/python/py-pymunk/Portfile	2012-04-10 03:43:54 UTC (rev 91765)
@@ -43,6 +43,6 @@
     depends_build   port:py${python.version}-distribute
 
     post-build {
-        system "cd ${worksrcpath}; ${python.bin} setup.py build_chipmunk"
+        system -W ${worksrcpath} "${python.bin} setup.py build_chipmunk"
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120409/493dbde6/attachment.html>


More information about the macports-changes mailing list