Changeset 32823
- Timestamp:
- Jan 14, 2008, 4:19:08 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/editors/TECO/Portfile
r30225 r32823 23 23 24 24 destroot { 25 cd ${worksrcpath} 26 xinstall -m 555 te ${destroot}${prefix}/bin 27 xinstall -m 444 te.1 ${destroot}${prefix}/share/man/man1 25 xinstall -m 555 -W ${worksrcpath} te ${destroot}${prefix}/bin 26 xinstall -m 444 -W ${worksrcpath} te.1 ${destroot}${prefix}/share/man/man1 28 27 xinstall -d ${destroot}${prefix}/share/doc/teco 29 xinstall -m 444 teco.doc teco_data.doc sample.tecorc sample.tecorc2 \28 xinstall -m 444 -W ${worksrcpath} teco.doc teco_data.doc sample.tecorc sample.tecorc2 \ 30 29 ${destroot}${prefix}/share/doc/teco 31 30 }
Note: See TracChangeset
for help on using the changeset viewer.