[56375] trunk/dports/aqua/qt4-kde/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Wed Aug 26 12:50:34 PDT 2009


Revision: 56375
          http://trac.macports.org/changeset/56375
Author:   macsforever2000 at macports.org
Date:     2009-08-26 12:50:34 -0700 (Wed, 26 Aug 2009)
Log Message:
-----------
Fix for downloading source. Fix install files in post-destroot phase.

Modified Paths:
--------------
    trunk/dports/aqua/qt4-kde/Portfile

Modified: trunk/dports/aqua/qt4-kde/Portfile
===================================================================
--- trunk/dports/aqua/qt4-kde/Portfile	2009-08-26 19:49:32 UTC (rev 56374)
+++ trunk/dports/aqua/qt4-kde/Portfile	2009-08-26 19:50:34 UTC (rev 56375)
@@ -63,6 +63,7 @@
     -debug-and-release                                         \
     -framework                                                 \
     -confirm-license                                           \
+    -opensource                                           \
     -prefix          ${qt_dir}                                 \
     -docdir          ${prefix}/share/doc/${name}               \
     -examplesdir     ${prefix}/share/${name}/examples          \
@@ -98,8 +99,8 @@
 
 post-destroot {
     # install documentation
-    foreach doc {INSTALL LICENSE.GPL2 LICENSE.GPL3 OPENSOURCE-NOTICE.TXT README \
-                     GPL_EXCEPTION_ADDENDUM.TXT GPL_EXCEPTION.TXT} {
+    foreach doc {INSTALL FAQ.txt LICENSE.LGPL LICENSE.GPL3 README \
+                     LGPL_EXCEPTION.TXT} {
         xinstall -c -m 644 ${worksrcpath}/$doc ${destroot}${prefix}/share/doc/${name}
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090826/ec420729/attachment.html>


More information about the macports-changes mailing list