[84841] trunk/dports/devel/nu2/Portfile

and.damore at macports.org and.damore at macports.org
Mon Oct 3 06:21:38 PDT 2011


Revision: 84841
          http://trac.macports.org/changeset/84841
Author:   and.damore at macports.org
Date:     2011-10-03 06:21:38 -0700 (Mon, 03 Oct 2011)
Log Message:
-----------
port nu2: tidier "system" call

Modified Paths:
--------------
    trunk/dports/devel/nu2/Portfile

Modified: trunk/dports/devel/nu2/Portfile
===================================================================
--- trunk/dports/devel/nu2/Portfile	2011-10-03 13:16:47 UTC (rev 84840)
+++ trunk/dports/devel/nu2/Portfile	2011-10-03 13:21:38 UTC (rev 84841)
@@ -56,7 +56,7 @@
 livecheck.regex     {Nu-([\d.]+).tgz}
 
 pre-build {
-    system "cd ${worksrcpath} && make PREFIX=${prefix} CC=${configure.cc}"
+    system -W ${worksrcpath} "make PREFIX=${prefix} CC=${configure.cc}"
 }
 
 build.cmd           "./mininush tools/nuke"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111003/78078519/attachment.html>


More information about the macports-changes mailing list