Revision
91586
Author
ryandesign@macports.org
Date
2012-04-06 01:40:46 -0700 (Fri, 06 Apr 2012)

Log Message

QupZilla: fix build on case-sensitive filesystems

Modified Paths

Diff

Modified: trunk/dports/www/QupZilla/Portfile (91585 => 91586)


--- trunk/dports/www/QupZilla/Portfile	2012-04-06 08:28:20 UTC (rev 91585)
+++ trunk/dports/www/QupZilla/Portfile	2012-04-06 08:40:46 UTC (rev 91586)
@@ -37,5 +37,5 @@
 
 destroot {
     system -W ${worksrcpath} "./scripts/macdeploy.sh true"
-    copy ${worksrcpath}/bin/qupzilla.app ${destroot}${applications_dir}/${name}.app
+    copy ${worksrcpath}/bin/QupZilla.app ${destroot}${applications_dir}
 }