Revision
81694
Author
jmr@macports.org
Date
2011-08-04 07:08:05 -0700 (Thu, 04 Aug 2011)

Log Message

alienblaster: fix case of executable

Modified Paths

Diff

Modified: trunk/dports/games/alienblaster/Portfile (81693 => 81694)


--- trunk/dports/games/alienblaster/Portfile	2011-08-04 14:05:15 UTC (rev 81693)
+++ trunk/dports/games/alienblaster/Portfile	2011-08-04 14:08:05 UTC (rev 81694)
@@ -42,7 +42,7 @@
 }
 
 destroot {
-    xinstall -m 755 -s ${worksrcpath}/alienblaster ${destroot}${prefix}/bin
+    xinstall -m 755 -s ${worksrcpath}/alienBlaster ${destroot}${prefix}/bin
     xinstall -m 755 -d ${destroot}${prefix}/share/${name}
     file copy ${worksrcpath}/sound ${destroot}${prefix}/share/${name}
     file copy ${worksrcpath}/images ${destroot}${prefix}/share/${name}
@@ -52,6 +52,6 @@
 platform darwin {
     post-destroot {
         xinstall -m 755 -d ${destroot}${applications_dir}/AlienBlaster.app/Contents/MacOS
-        ln -s ${prefix}/bin/alienblaster ${destroot}${applications_dir}/AlienBlaster.app/Contents/MacOS/AlienBlaster
+        ln -s ${prefix}/bin/alienBlaster ${destroot}${applications_dir}/AlienBlaster.app/Contents/MacOS/AlienBlaster
     }
 }