New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79187


Ignore:
Timestamp:
06/04/11 12:01:32 (4 years ago)
Author:
singingwolfboy@…
Message:

go: fix inlude headers install location, fixes #29706

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/go/Portfile

    r79186 r79187  
    77version             57.1 
    88epoch               1 
    9 revision            1 
     9revision            2 
    1010categories          lang 
    1111platforms           darwin freebsd linux 
     
    101101 
    102102    # include files 
     103    delete ${destroot}${prefix}/include 
    103104    file copy ${worksrcpath}/include ${destroot}${prefix}/include 
    104105     
Note: See TracChangeset for help on using the changeset viewer.