[40562] trunk/dports/lang/mercury-extras/Portfile
jmr at macports.org
jmr at macports.org
Mon Oct 6 14:17:27 PDT 2008
Revision: 40562
http://trac.macports.org/changeset/40562
Author: jmr at macports.org
Date: 2008-10-06 14:17:27 -0700 (Mon, 06 Oct 2008)
Log Message:
-----------
mercury-extras: remove use of cd
Modified Paths:
--------------
trunk/dports/lang/mercury-extras/Portfile
Modified: trunk/dports/lang/mercury-extras/Portfile
===================================================================
--- trunk/dports/lang/mercury-extras/Portfile 2008-10-06 21:16:22 UTC (rev 40561)
+++ trunk/dports/lang/mercury-extras/Portfile 2008-10-06 21:17:27 UTC (rev 40562)
@@ -35,12 +35,12 @@
use_configure no
-build { cd ${worksrcpath}
- system "mmake depend && mmake INSTALL_PREFIX=${destroot}${prefix}"
+build {
+ system "cd ${worksrcpath} && mmake depend && mmake INSTALL_PREFIX=${destroot}${prefix}"
}
-destroot { cd ${worksrcpath}
- system "mmake INSTALL_PREFIX=${destroot}${prefix} install"
+destroot {
+ system "cd ${worksrcpath} && mmake INSTALL_PREFIX=${destroot}${prefix} install"
}
#
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081006/90e80f01/attachment.html
More information about the macports-changes
mailing list