[90790] trunk/dports/textproc/pxsl-tools/Portfile

snc at macports.org snc at macports.org
Wed Mar 14 11:57:52 PDT 2012


Revision: 90790
          https://trac.macports.org/changeset/90790
Author:   snc at macports.org
Date:     2012-03-14 11:57:52 -0700 (Wed, 14 Mar 2012)
Log Message:
-----------
pxsl-tools: use system -W

Modified Paths:
--------------
    trunk/dports/textproc/pxsl-tools/Portfile

Modified: trunk/dports/textproc/pxsl-tools/Portfile
===================================================================
--- trunk/dports/textproc/pxsl-tools/Portfile	2012-03-14 18:56:33 UTC (rev 90789)
+++ trunk/dports/textproc/pxsl-tools/Portfile	2012-03-14 18:57:52 UTC (rev 90790)
@@ -30,15 +30,15 @@
 depends_build       port:ghc
 
 configure {
-    system "cd ${worksrcpath} && runhaskell Setup.lhs configure --prefix=${destroot}${prefix}"
+    system -W ${worksrcpath} "runhaskell Setup.lhs configure --prefix=${destroot}${prefix}"
 }
 
 build {
-    system "cd ${worksrcpath} && runhaskell Setup.lhs build"
+    system -W ${worksrcpath} "runhaskell Setup.lhs build"
 }
 
 destroot {
-    system "cd ${worksrcpath} && runhaskell Setup.lhs install"
+    system -W ${worksrcpath} "runhaskell Setup.lhs install"
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120314/3a9d33f2/attachment.html>


More information about the macports-changes mailing list