[32803] trunk/dports/devel/apache-ant/Portfile

nox at macports.org nox at macports.org
Sun Jan 13 08:28:52 PST 2008


Revision: 32803
          http://trac.macosforge.org/projects/macports/changeset/32803
Author:   nox at macports.org
Date:     2008-01-13 08:28:49 -0800 (Sun, 13 Jan 2008)

Log Message:
-----------
apache-ant: Don't use cd.

Modified Paths:
--------------
    trunk/dports/devel/apache-ant/Portfile

Modified: trunk/dports/devel/apache-ant/Portfile
===================================================================
--- trunk/dports/devel/apache-ant/Portfile	2008-01-13 14:27:27 UTC (rev 32802)
+++ trunk/dports/devel/apache-ant/Portfile	2008-01-13 16:28:49 UTC (rev 32803)
@@ -51,9 +51,14 @@
 }
 
 pre-destroot {
-	cd ${worksrcpath}${workTarget}/bin
-	file delete ant.bat ant.cmd antRun.bat antenv.cmd \
-		envset.cmd lcp.bat runrc.cmd
+	delete \
+            ${worksrcpath}${workTarget}/bin/ant.bat \
+            ${worksrcpath}${workTarget}/bin/ant.cmd \
+            ${worksrcpath}${workTarget}/bin/antRun.bat \
+            ${worksrcpath}${workTarget}/bin/antenv.cmd \
+	    ${worksrcpath}${workTarget}/bin/envset.cmd \
+            ${worksrcpath}${workTarget}/bin/lcp.bat \
+            ${worksrcpath}${workTarget}/bin/runrc.cmd
 }
 
 destroot	{

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080113/139c2cb9/attachment.html


More information about the macports-changes mailing list