[91586] trunk/dports/www/QupZilla/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Apr 6 01:40:46 PDT 2012


Revision: 91586
          https://trac.macports.org/changeset/91586
Author:   ryandesign at 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}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120406/32cdbf71/attachment.html>


More information about the macports-changes mailing list