[46513] trunk/dports/games/tuxtype/Portfile

snc at macports.org snc at macports.org
Thu Feb 5 19:40:59 PST 2009


Revision: 46513
          http://trac.macports.org/changeset/46513
Author:   snc at macports.org
Date:     2009-02-05 19:40:59 -0800 (Thu, 05 Feb 2009)
Log Message:
-----------
inserted $applications_dir

Modified Paths:
--------------
    trunk/dports/games/tuxtype/Portfile

Modified: trunk/dports/games/tuxtype/Portfile
===================================================================
--- trunk/dports/games/tuxtype/Portfile	2009-02-06 03:39:28 UTC (rev 46512)
+++ trunk/dports/games/tuxtype/Portfile	2009-02-06 03:40:59 UTC (rev 46513)
@@ -34,7 +34,7 @@
 
 platform darwin	{
     post-destroot {
-        xinstall -m 755 -d ${destroot}/Applications/MacPorts/TuxType.app/Contents/MacOS
-        ln -s ${prefix}/bin/tuxtype ${destroot}/Applications/MacPorts/TuxType.app/Contents/MacOS/TuxType
+        xinstall -m 755 -d ${destroot}${applications_dir}/TuxType.app/Contents/MacOS
+        ln -s ${prefix}/bin/tuxtype ${destroot}${applications_dir}/TuxType.app/Contents/MacOS/TuxType
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090205/43b71896/attachment.html>


More information about the macports-changes mailing list