[40557] trunk/dports/devel/HaXml/Portfile

jmr at macports.org jmr at macports.org
Mon Oct 6 14:07:41 PDT 2008


Revision: 40557
          http://trac.macports.org/changeset/40557
Author:   jmr at macports.org
Date:     2008-10-06 14:07:41 -0700 (Mon, 06 Oct 2008)
Log Message:
-----------
HaXml: remove use of cd

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

Modified: trunk/dports/devel/HaXml/Portfile
===================================================================
--- trunk/dports/devel/HaXml/Portfile	2008-10-06 21:03:11 UTC (rev 40556)
+++ trunk/dports/devel/HaXml/Portfile	2008-10-06 21:07:41 UTC (rev 40557)
@@ -25,9 +25,9 @@
 
 depends_build	port:ghc
 
-post-patch	{ cd ${worksrcpath}
-		  file delete src/Text/PrettyPrint/HughesPJ.hs
-		  file delete src/Text/PrettyPrint
+post-patch	{
+		  delete ${worksrcpath}/src/Text/PrettyPrint/HughesPJ.hs
+		  delete ${worksrcpath}/src/Text/PrettyPrint
 		}
 
 pre-configure	{ system "cd ${worksrcpath} && ghc -o Setup Setup.hs -package Cabal"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081006/06766475/attachment.html 


More information about the macports-changes mailing list