[38794] trunk/dports/net/ldapvi/Portfile

landonf at macports.org landonf at macports.org
Thu Jul 31 09:38:03 PDT 2008


Revision: 38794
          http://trac.macosforge.org/projects/macports/changeset/38794
Author:   landonf at macports.org
Date:     2008-07-31 09:38:03 -0700 (Thu, 31 Jul 2008)
Log Message:
-----------
Fix use of the 'cd' command

Modified Paths:
--------------
    trunk/dports/net/ldapvi/Portfile

Modified: trunk/dports/net/ldapvi/Portfile
===================================================================
--- trunk/dports/net/ldapvi/Portfile	2008-07-31 16:29:44 UTC (rev 38793)
+++ trunk/dports/net/ldapvi/Portfile	2008-07-31 16:38:03 UTC (rev 38794)
@@ -21,9 +21,8 @@
 
 depends_lib     port:popt port:openldap port:glib2 port:readline
 
-pre-configure	{
-		cd ${worksrcpath}
-		system "aclocal && autoconf"
+pre-configure {
+		system "cd ${worksrcpath} && aclocal && autoconf"
 }
 
 configure.cppflags-append "-L${prefix}/lib"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080731/e4005de2/attachment.html 


More information about the macports-changes mailing list