QupZilla: fix build on case-sensitive filesystems
--- 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}
}