[63510] trunk/dports/aqua/gimp-app/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Feb 6 11:25:48 PST 2010


Revision: 63510
          http://trac.macports.org/changeset/63510
Author:   ryandesign at macports.org
Date:     2010-02-06 11:25:48 -0800 (Sat, 06 Feb 2010)
Log Message:
-----------
gimp-app: use ${applications_dir}; see #23468 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/aqua/gimp-app/Portfile

Modified: trunk/dports/aqua/gimp-app/Portfile
===================================================================
--- trunk/dports/aqua/gimp-app/Portfile	2010-02-06 19:24:46 UTC (rev 63509)
+++ trunk/dports/aqua/gimp-app/Portfile	2010-02-06 19:25:48 UTC (rev 63510)
@@ -60,8 +60,8 @@
         ${worksrcpath}/build/Deployment/ScriptExec.app/Contents/MacOS/ScriptExec \
         ${workpath}/Gimp.app/Contents/MacOS/Gimp
 
-    xinstall -d ${destroot}/Applications/MacPorts
-    copy ${workpath}/Gimp.app ${destroot}/Applications/MacPorts
+    xinstall -d ${destroot}${applications_dir}
+    copy ${workpath}/Gimp.app ${destroot}${applications_dir}
 }
 
 post-install {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100206/3c7d3791/attachment.html>


More information about the macports-changes mailing list