Revision
86679
Author
singingwolfboy@macports.org
Date
2011-10-31 11:47:38 -0700 (Mon, 31 Oct 2011)

Log Message

Go: do not install C headers, fixes #30203

Modified Paths

Diff

Modified: trunk/dports/lang/go/Portfile (86678 => 86679)


--- trunk/dports/lang/go/Portfile	2011-10-31 18:35:25 UTC (rev 86678)
+++ trunk/dports/lang/go/Portfile	2011-10-31 18:47:38 UTC (rev 86679)
@@ -6,6 +6,7 @@
 conflicts           go-devel
 epoch               1
 version             60.3
+revision            1
 categories          lang
 platforms           darwin freebsd linux
 license             BSD
@@ -98,9 +99,7 @@
     # compiled packages: violates mtree
     file copy ${worksrcpath}/pkg ${destroot}${prefix}
 
-    # include files
-    delete ${destroot}${prefix}/include
-    file copy ${worksrcpath}/include ${destroot}${prefix}/include
+    # do not install include files: see #30203
     
     # documentation
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/