[127028] trunk/dports/devel/CarbonHeaders/Portfile

mfeiri at macports.org mfeiri at macports.org
Sun Oct 19 11:04:37 PDT 2014


Revision: 127028
          https://trac.macports.org/changeset/127028
Author:   mfeiri at macports.org
Date:     2014-10-19 11:04:37 -0700 (Sun, 19 Oct 2014)
Log Message:
-----------
CarbonHeaders: move to DarwinX.sdk

Modified Paths:
--------------
    trunk/dports/devel/CarbonHeaders/Portfile

Modified: trunk/dports/devel/CarbonHeaders/Portfile
===================================================================
--- trunk/dports/devel/CarbonHeaders/Portfile	2014-10-19 18:03:54 UTC (rev 127027)
+++ trunk/dports/devel/CarbonHeaders/Portfile	2014-10-19 18:04:37 UTC (rev 127028)
@@ -4,7 +4,7 @@
 name                    CarbonHeaders
 version                 18.1
 set xnu_headers_version 2422.1.72
-revision                1
+revision                2
 categories              devel
 platforms               darwin
 maintainers             mfeiri openmaintainer
@@ -38,14 +38,16 @@
 }
 
 destroot {
+    file mkdir ${destroot}${prefix}/Developer/SDKs/Darwin${os.major}.sdk/usr/include
+
     foreach x "TargetConditionals" {
-        xinstall -m 644 ${worksrcpath}/${x}.h ${destroot}${prefix}/include/
+        xinstall -m 644 ${worksrcpath}/${x}.h ${destroot}${prefix}/Developer/SDKs/Darwin${os.major}.sdk/usr/include/
     }
 
     foreach y "AssertMacros Availability AvailabilityInternal AvailabilityMacros" {
         xinstall -m 644 \
             ${workpath}/xnu-${xnu_headers_version}/EXTERNAL_HEADERS/${y}.h \
-            ${destroot}${prefix}/include/
+            ${destroot}${prefix}/Developer/SDKs/Darwin${os.major}.sdk/usr/include/
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141019/dbf4a13d/attachment.html>


More information about the macports-changes mailing list