[32278] trunk/dports/gnome/libgda/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Dec 23 07:56:54 PST 2007


Revision: 32278
          http://trac.macosforge.org/projects/macports/changeset/32278
Author:   ryandesign at macports.org
Date:     2007-12-23 07:56:52 -0800 (Sun, 23 Dec 2007)

Log Message:
-----------
libgda: maintainer update to avoid using deprecated `cd` command; closes #13650

Modified Paths:
--------------
    trunk/dports/gnome/libgda/Portfile

Modified: trunk/dports/gnome/libgda/Portfile
===================================================================
--- trunk/dports/gnome/libgda/Portfile	2007-12-23 15:14:56 UTC (rev 32277)
+++ trunk/dports/gnome/libgda/Portfile	2007-12-23 15:56:52 UTC (rev 32278)
@@ -36,33 +36,34 @@
 default_variants +mysql5 +db4 +postgresql8 +sqlite
 
 post-configure {
-	cd ${worksrcpath}
 	reinplace "s|-ldb|-ldb-4|g" \
-		Makefile data/Makefile \
-		doc/C/Makefile doc/Makefile \
-		libgda/Makefile libsql/Makefile \
-		providers/Makefile \
-		providers/bdb/Makefile \
-		providers/firebird/Makefile \
-		providers/freetds/Makefile \
-		providers/ibmdb2/Makefile \
-		providers/ldap/Makefile \
-		providers/mdb/Makefile \
-		providers/mdb/Makefile \
-		providers/msql/Makefile \
-		providers/mysql/Makefile \
-		providers/odbc/Makefile \
-		providers/oracle/Makefile \
-		providers/postgres/Makefile \
-		providers/sqlite/Makefile \
-		providers/xbase/Makefile \
-		providers/sybase/Makefile \
-		providers/xml/Makefile \
-		report/Makefile \
-		report/libgda-report/Makefile \
-		report/testing/Makefile \
-		testing/Makefile \
-		tools/Makefile
+		${worksrcpath}/Makefile \
+		${worksrcpath}/data/Makefile \
+		${worksrcpath}/doc/C/Makefile \
+		${worksrcpath}/doc/Makefile \
+		${worksrcpath}/libgda/Makefile \
+		${worksrcpath}/libsql/Makefile \
+		${worksrcpath}/providers/Makefile \
+		${worksrcpath}/providers/bdb/Makefile \
+		${worksrcpath}/providers/firebird/Makefile \
+		${worksrcpath}/providers/freetds/Makefile \
+		${worksrcpath}/providers/ibmdb2/Makefile \
+		${worksrcpath}/providers/ldap/Makefile \
+		${worksrcpath}/providers/mdb/Makefile \
+		${worksrcpath}/providers/msql/Makefile \
+		${worksrcpath}/providers/mysql/Makefile \
+		${worksrcpath}/providers/odbc/Makefile \
+		${worksrcpath}/providers/oracle/Makefile \
+		${worksrcpath}/providers/postgres/Makefile \
+		${worksrcpath}/providers/sqlite/Makefile \
+		${worksrcpath}/providers/sybase/Makefile \
+		${worksrcpath}/providers/xbase/Makefile \
+		${worksrcpath}/providers/xml/Makefile \
+		${worksrcpath}/report/Makefile \
+		${worksrcpath}/report/libgda-report/Makefile \
+		${worksrcpath}/report/testing/Makefile \
+		${worksrcpath}/testing/Makefile \
+		${worksrcpath}/tools/Makefile
 }
 
 post-patch {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071223/2f4ac4ba/attachment.html


More information about the macports-changes mailing list