Ticket #48347: tbb-expand.diff
File tbb-expand.diff, 652 bytes (added by ryandesign (Ryan Carsten Schmidt), 9 years ago) |
---|
-
Portfile
85 85 ${destroot.dir}/tbbvars.sh ${destroot.dir}/tbbvars.csh 86 86 87 87 # copy lib, include & bin 88 eval copy[glob ${destroot.dir}/lib*.dylib] ${destroot}${prefix}/lib89 eval copy[glob ${destroot.dir}/tbbvars.*sh] ${destroot}${prefix}/bin88 copy {*}[glob ${destroot.dir}/lib*.dylib] ${destroot}${prefix}/lib 89 copy {*}[glob ${destroot.dir}/tbbvars.*sh] ${destroot}${prefix}/bin 90 90 copy ${worksrcpath}/include/tbb ${destroot}${prefix}/include/tbb 91 91 92 92 # copy examples & docs