Changeset 79835
- Timestamp:
- 06/27/11 15:22:18 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/science/iverilog/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/science/iverilog/Portfile
r79831 r79835 38 38 } 39 39 40 41 post-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 40 58 # g++-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags 41 59 universal_variant no
Note: See TracChangeset
for help on using the changeset viewer.

