[136557] trunk/dports/devel/stgit/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu May 21 12:50:03 PDT 2015


Revision: 136557
          https://trac.macports.org/changeset/136557
Author:   ryandesign at macports.org
Date:     2015-05-21 12:50:03 -0700 (Thu, 21 May 2015)
Log Message:
-----------
stgit: use system -W instead of cd

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

Modified: trunk/dports/devel/stgit/Portfile
===================================================================
--- trunk/dports/devel/stgit/Portfile	2015-05-21 19:48:04 UTC (rev 136556)
+++ trunk/dports/devel/stgit/Portfile	2015-05-21 19:50:03 UTC (rev 136557)
@@ -45,7 +45,7 @@
 set stgman          ""
 
 post-build {
-    system "cd ${worksrcpath} && PYTHON=${prefix}/bin/python2.7 make all"
+    system -W ${worksrcpath} "PYTHON=${prefix}/bin/python2.7 make all"
 }
 
 python.link_binaries_suffix
@@ -72,7 +72,7 @@
     lappend stgman ${worksrcpath}/Documentation/*.1
     depends_build-append    port:asciidoc port:xmlto
     post-build {
-        system "cd ${worksrcpath} && PYTHON=${prefix}/bin/python2.7 make all doc"
+        system -W ${worksrcpath} "PYTHON=${prefix}/bin/python2.7 make all doc"
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150521/ea17c051/attachment.html>


More information about the macports-changes mailing list