Revision: 91586 https://trac.macports.org/changeset/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: -------------- trunk/dports/www/QupZilla/Portfile Modified: trunk/dports/www/QupZilla/Portfile =================================================================== --- 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} }