[63674] trunk/dports/games/starfighter/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Feb 12 00:51:32 PST 2010


Revision: 63674
          http://trac.macports.org/changeset/63674
Author:   ryandesign at macports.org
Date:     2010-02-12 00:51:29 -0800 (Fri, 12 Feb 2010)
Log Message:
-----------
starfighter: use ${applications_dir}

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

Modified: trunk/dports/games/starfighter/Portfile
===================================================================
--- trunk/dports/games/starfighter/Portfile	2010-02-12 08:47:23 UTC (rev 63673)
+++ trunk/dports/games/starfighter/Portfile	2010-02-12 08:51:29 UTC (rev 63674)
@@ -39,8 +39,8 @@
 
 post-destroot	{
 	xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} \
-		${destroot}/Applications/MacPorts/Starfighter.app/Contents/MacOS
+		${destroot}${applications_dir}/Starfighter.app/Contents/MacOS
 	xinstall -m 644 ${worksrcpath}/docs/LICENSE \
 		${destroot}${prefix}/share/doc/${name}
-	system "ln -s ${prefix}/bin/starfighter ${destroot}/Applications/MacPorts/Starfighter.app/Contents/MacOS/Starfighter"
+	system "ln -s ${prefix}/bin/starfighter ${destroot}${applications_dir}/Starfighter.app/Contents/MacOS/Starfighter"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100212/83509ace/attachment.html>


More information about the macports-changes mailing list