[126181] trunk/dports/aqua/fltk-devel/Portfile

michaelld at macports.org michaelld at macports.org
Sat Oct 4 19:09:01 PDT 2014


Revision: 126181
          https://trac.macports.org/changeset/126181
Author:   michaelld at macports.org
Date:     2014-10-04 19:09:01 -0700 (Sat, 04 Oct 2014)
Log Message:
-----------
fltk-devel: use system option to get working directory for command instead of having it be part of the system command.

Modified Paths:
--------------
    trunk/dports/aqua/fltk-devel/Portfile

Modified: trunk/dports/aqua/fltk-devel/Portfile
===================================================================
--- trunk/dports/aqua/fltk-devel/Portfile	2014-10-05 02:04:06 UTC (rev 126180)
+++ trunk/dports/aqua/fltk-devel/Portfile	2014-10-05 02:09:01 UTC (rev 126181)
@@ -58,7 +58,7 @@
     # configure manually with the correct argument, which overwrites
     # this (and other) files to be what we want.
 
-    system "cd ${worksrcpath} && make config.sub"
+    system -W ${worksrcpath} "make config.sub"
 }
 
 pre-configure {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141004/331a5a2f/attachment.html>


More information about the macports-changes mailing list