[53918] trunk/dports/devel/haskell-parsedate/Portfile

jmr at macports.org jmr at macports.org
Thu Jul 16 10:48:11 PDT 2009


Revision: 53918
          http://trac.macports.org/changeset/53918
Author:   jmr at macports.org
Date:     2009-07-16 10:48:11 -0700 (Thu, 16 Jul 2009)
Log Message:
-----------
haskell-parsedate: remove use of cd (#12914)

Modified Paths:
--------------
    trunk/dports/devel/haskell-parsedate/Portfile

Modified: trunk/dports/devel/haskell-parsedate/Portfile
===================================================================
--- trunk/dports/devel/haskell-parsedate/Portfile	2009-07-16 17:41:03 UTC (rev 53917)
+++ trunk/dports/devel/haskell-parsedate/Portfile	2009-07-16 17:48:11 UTC (rev 53918)
@@ -16,17 +16,14 @@
 depends_build       port:ghc
 
 configure {
-	cd ${worksrcpath}
-	system "runghc Setup.hs configure"
+	system "cd ${worksrcpath} && runghc Setup.hs configure"
 }
 
 build {
-	cd ${worksrcpath}
-	system "runghc Setup.hs build"
+	system "cd ${worksrcpath} && runghc Setup.hs build"
 }
 
 destroot {
-	cd ${worksrcpath}
-	system "runghc Setup.hs install"
+	system "cd ${worksrcpath} && runghc Setup.hs install"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090716/d79bc39c/attachment-0001.html>


More information about the macports-changes mailing list