[40568] trunk/dports/science/xloops/Portfile

jmr at macports.org jmr at macports.org
Mon Oct 6 21:33:38 PDT 2008


Revision: 40568
          http://trac.macports.org/changeset/40568
Author:   jmr at macports.org
Date:     2008-10-06 21:33:38 -0700 (Mon, 06 Oct 2008)
Log Message:
-----------
xloops: remove use of cd

Modified Paths:
--------------
    trunk/dports/science/xloops/Portfile

Modified: trunk/dports/science/xloops/Portfile
===================================================================
--- trunk/dports/science/xloops/Portfile	2008-10-07 04:29:59 UTC (rev 40567)
+++ trunk/dports/science/xloops/Portfile	2008-10-07 04:33:38 UTC (rev 40568)
@@ -34,8 +34,8 @@
 		patch-ginsh_parser.yy	\
 		patch-two_loop_two_point.cpp
 
-pre-configure	{ cd ${worksrcpath}
-		  system "LIBTOOLIZE=glibtoolize autoreconf -i"
+pre-configure	{
+		  system "cd ${worksrcpath} && LIBTOOLIZE=glibtoolize autoreconf -i"
 }
 
 platform darwin 6 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081006/3ce6cf5b/attachment.html 


More information about the macports-changes mailing list