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

jwa at macports.org jwa at macports.org
Sun Mar 1 01:59:56 PST 2009


Revision: 47592
          http://trac.macports.org/changeset/47592
Author:   jwa at macports.org
Date:     2009-03-01 01:59:56 -0800 (Sun, 01 Mar 2009)
Log Message:
-----------
use applications_dir, drop conflict reference to a non-existing variant, closes #18703 and #18704

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

Modified: trunk/dports/aqua/pgAdmin3/Portfile
===================================================================
--- trunk/dports/aqua/pgAdmin3/Portfile	2009-03-01 09:59:03 UTC (rev 47591)
+++ trunk/dports/aqua/pgAdmin3/Portfile	2009-03-01 09:59:56 UTC (rev 47592)
@@ -44,11 +44,11 @@
 
 #destroot.violate_mtree	yes
 destroot {
-    xinstall -d -m 0755 ${destroot}/Applications/MacPorts
-    file copy ${worksrcpath}/${name}.app ${destroot}/Applications/MacPorts/${name}.app
+    xinstall -d -m 0755 ${destroot}${applications_dir}
+    file copy ${worksrcpath}/${name}.app ${destroot}${applications_dir}/${name}.app
 }
 
-variant with_postgresql82 conflicts with_postgresql83 \
+variant with_postgresql82 \
     description {support for PostgreSQL 8.2.x} {
 	depends_lib-delete	port:postgresql83
 	depends_lib-delete	--with-pgsql=${prefix}/lib/postgresql83
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090301/2c8c2ba0/attachment.html>


More information about the macports-changes mailing list