Revision: 38794 http://trac.macosforge.org/projects/macports/changeset/38794 Author: landonf@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"
participants (1)
-
landonf@macports.org