New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79835


Ignore:
Timestamp:
06/27/11 15:22:18 (4 years ago)
Author:
and.damore@…
Message:

port iverilog, added docs to destroot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/iverilog/Portfile

    r79831 r79835  
    3838} 
    3939 
     40 
     41post-destroot { 
     42    set docdir ${destroot}${prefix}/share/doc/${name} 
     43    xinstall -d ${docdir} 
     44    xinstall -W ${worksrcpath} \ 
     45        BUGS.txt developer-quick-start.txt lpm.txt t-dll.txt \ 
     46        QUICK_START.txt extensions.txt macosx.txt va_math.txt \ 
     47        README.txt glossary.txt mingw.txt vpi.txt \ 
     48        attributes.txt ieee1364-notes.txt netlist.txt \ 
     49        xilinx-hint.txt ivl_target.txt swift.txt \ 
     50        ${docdir} 
     51 
     52    set exampledir ${destroot}${prefix}/share/example 
     53    xinstall -d ${exampledir} 
     54    file copy ${worksrcpath}/examples ${exampledir} 
     55    file rename ${exampledir}/examples ${exampledir}/${name} 
     56} 
     57 
    4058# g++-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags 
    4159universal_variant no 
Note: See TracChangeset for help on using the changeset viewer.