[79187] trunk/dports/lang/go/Portfile

singingwolfboy at macports.org singingwolfboy at macports.org
Sat Jun 4 12:01:33 PDT 2011


Revision: 79187
          http://trac.macports.org/changeset/79187
Author:   singingwolfboy at macports.org
Date:     2011-06-04 12:01:32 -0700 (Sat, 04 Jun 2011)
Log Message:
-----------
go: fix inlude headers install location, fixes #29706

Modified Paths:
--------------
    trunk/dports/lang/go/Portfile

Modified: trunk/dports/lang/go/Portfile
===================================================================
--- trunk/dports/lang/go/Portfile	2011-06-04 18:51:56 UTC (rev 79186)
+++ trunk/dports/lang/go/Portfile	2011-06-04 19:01:32 UTC (rev 79187)
@@ -6,7 +6,7 @@
 conflicts           go-devel
 version             57.1
 epoch               1
-revision            1
+revision            2
 categories          lang
 platforms           darwin freebsd linux
 license             BSD
@@ -100,6 +100,7 @@
     file copy ${worksrcpath}/pkg ${destroot}${prefix}
 
     # include files
+    delete ${destroot}${prefix}/include
     file copy ${worksrcpath}/include ${destroot}${prefix}/include
     
     # documentation
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110604/96b45686/attachment-0001.html>


More information about the macports-changes mailing list