[45453] trunk/dports/aqua/BigSQL/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jan 16 04:21:15 PST 2009


Revision: 45453
          http://trac.macports.org/changeset/45453
Author:   ryandesign at macports.org
Date:     2009-01-16 04:21:14 -0800 (Fri, 16 Jan 2009)
Log Message:
-----------
BigSQL: use ${applications_dir}

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

Modified: trunk/dports/aqua/BigSQL/Portfile
===================================================================
--- trunk/dports/aqua/BigSQL/Portfile	2009-01-16 12:20:10 UTC (rev 45452)
+++ trunk/dports/aqua/BigSQL/Portfile	2009-01-16 12:21:14 UTC (rev 45453)
@@ -38,9 +38,9 @@
 }
 
 destroot	{ system "install -m 755 -d \
-			${destroot}/Applications/MacPorts \
+			${destroot}${applications_dir} \
 		&& ditto -rsrcFork ${worksrcpath}/${xcodebuilddir}/BigSQL.app \
-			${destroot}/Applications/MacPorts/BigSQL.app \
+			${destroot}${applications_dir}/BigSQL.app \
 		&& install -m 755 -d ${destroot}${prefix}/share/doc/${name} \
 		&& install -m 644 ${worksrcpath}/README.txt \
 			${destroot}${prefix}/share/doc/${name}" }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090116/f59cf630/attachment.html>


More information about the macports-changes mailing list