[80926] trunk/dports/kde/kdelibs4/Portfile

snc at macports.org snc at macports.org
Thu Jul 21 10:42:58 PDT 2011


Revision: 80926
          http://trac.macports.org/changeset/80926
Author:   snc at macports.org
Date:     2011-07-21 10:42:57 -0700 (Thu, 21 Jul 2011)
Log Message:
-----------
kdelibs4: include missing headers, #30144

Modified Paths:
--------------
    trunk/dports/kde/kdelibs4/Portfile

Modified: trunk/dports/kde/kdelibs4/Portfile
===================================================================
--- trunk/dports/kde/kdelibs4/Portfile	2011-07-21 06:12:29 UTC (rev 80925)
+++ trunk/dports/kde/kdelibs4/Portfile	2011-07-21 17:42:57 UTC (rev 80926)
@@ -6,6 +6,7 @@
 
 name                kdelibs4
 version             4.6.5
+revision            1
 categories          kde kde4
 maintainers         snc sharky michaelld
 description         KDE4 core libraries
@@ -84,5 +85,11 @@
     }
 }
 
+post-destroot {
+    xinstall -d ${destroot}${prefix}/include/nepomuk
+    eval xinstall -m 644 [glob ${worksrcpath}/nepomuk/core/*.h] \
+        ${destroot}${prefix}/include/nepomuk
+}
+
 livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
 livecheck.regex     kdelibs-(\\d+\\.\\d+\\.\\d+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110721/0ff0da52/attachment.html>


More information about the macports-changes mailing list