[20147] trunk/dports/aqua/pgAdmin3/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 25 05:41:12 PDT 2006


Revision: 20147
          http://trac.macosforge.org/projects/macports/changeset/20147
Author:   jwa at macports.org
Date:     2006-10-25 05:41:12 -0700 (Wed, 25 Oct 2006)

Log Message:
-----------
postgresql directory name error correction, no revision change (no ticket,
however, either, just a mailing list message)

Modified Paths:
--------------
    trunk/dports/aqua/pgAdmin3/Portfile

Modified: trunk/dports/aqua/pgAdmin3/Portfile
===================================================================
--- trunk/dports/aqua/pgAdmin3/Portfile	2006-10-25 07:38:26 UTC (rev 20146)
+++ trunk/dports/aqua/pgAdmin3/Portfile	2006-10-25 12:41:12 UTC (rev 20147)
@@ -26,18 +26,18 @@
 		port:openssl
 
 post-extract {
-	file mkdir ${worksrcpath}/pgsql8
-	file link ${worksrcpath}/pgsql8/lib ${prefix}/lib/pgsql8
-	file link ${worksrcpath}/pgsql8/include ${prefix}/include/pgsql8
-	file link ${worksrcpath}/pgsql8/bin ${prefix}/lib/pgsql8/bin
+	file mkdir ${worksrcpath}/postgresql81
+	file link ${worksrcpath}/postgresql81/lib ${prefix}/lib/postgresql81
+	file link ${worksrcpath}/postgresql81/include ${prefix}/include/postgresql81
+	file link ${worksrcpath}/postgresql81/bin ${prefix}/lib/postgresql81/bin
 }
 
-configure.args	--with-pgsql=${worksrcpath}/pgsql8 --with-wx=${prefix} --enable-appbundle
+configure.args	--with-pgsql=${worksrcpath}/postgresql81 --with-wx=${prefix} --enable-appbundle
 
 build.target	all install
 
 destroot {
 	xinstall -d -m 0755 ${destroot}/Applications/DarwinPorts
-	file copy ${worksrcpath}/${name}.app ${destroot}/Applications/DarwinPorts/${name}.app
+	file copy ${worksrcpath}/${name}.app ${destroot}/Applications/Ports/${name}.app
 }
 

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


More information about the macports-changes mailing list