Ticket #14310: libsvm-doc.diff
File libsvm-doc.diff, 660 bytes (added by ryandesign (Ryan Carsten Schmidt), 17 years ago) |
---|
-
Portfile
4 4 5 5 name libsvm 6 6 version 2.85 7 revision 1 7 8 8 9 categories math 9 10 maintainers florian.ebeling@gmail.com … … 36 37 ln -sf ${destroot}${prefix}/lib/${name}.${libver}.dylib \ 37 38 ${destroot}${prefix}/lib/${name}.dylib 38 39 39 set docs ${destroot}${prefix}/share/doc/${name} 40 set docs ${destroot}${prefix}/share/doc/${name}-${version} 40 41 xinstall -m 755 -d ${docs} 41 42 xinstall -m 644 ${worksrcpath}/COPYRIGHT ${docs} 42 43 xinstall -m 644 ${worksrcpath}/README ${docs}