Ticket #17287: arc-cd.diff
File arc-cd.diff, 818 bytes (added by nox@…, 16 years ago) |
---|
-
Portfile
29 29 build.args "OPT=\"${CFLAGS}\"" 30 30 31 31 destroot { 32 cd ${worksrcpath} 32 xinstall -W ${worksrcpath} ${name} m${name} ${destroot}${prefix}/bin 33 xinstall -W ${worksrcpath} -m 444 ${name}.1 ${destroot}${prefix}/share/man/man1 33 34 34 xinstall ${name} m${name} ${destroot}${prefix}/bin35 xinstall -m 0444 ${name}.1 ${destroot}${prefix}/share/man/man136 37 35 set docdir ${prefix}/share/doc/${name}-${version} 38 36 xinstall -d ${destroot}${docdir} 39 xinstall - m 0644 Arc[strsed ${version} {g/[^0-9]//}].doc Arcinfo COPYING LICENSE \37 xinstall -W ${worksrcpath} -m 644 Arc[strsed ${version} {g/[^0-9]//}].doc Arcinfo COPYING LICENSE \ 40 38 ${destroot}${docdir} 41 39 } 42 40