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

ryandesign at macports.org ryandesign at macports.org
Fri Feb 12 00:55:56 PST 2010


Revision: 63678
          http://trac.macports.org/changeset/63678
Author:   ryandesign at macports.org
Date:     2010-02-12 00:55:54 -0800 (Fri, 12 Feb 2010)
Log Message:
-----------
starfighter: simplify destroot

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

Modified: trunk/dports/games/starfighter/Portfile
===================================================================
--- trunk/dports/games/starfighter/Portfile	2010-02-12 08:54:17 UTC (rev 63677)
+++ trunk/dports/games/starfighter/Portfile	2010-02-12 08:55:54 UTC (rev 63678)
@@ -40,10 +40,10 @@
 
 destroot.destdir        PREFIX=${destroot}${prefix}
 
-post-destroot   {
-    xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} \
+post-destroot {
+    xinstall -d ${destroot}${prefix}/share/doc/${name} \
         ${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_dir}/Starfighter.app/Contents/MacOS/Starfighter"
+    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/07b748b3/attachment.html>


More information about the macports-changes mailing list