Ticket #11727: txt2man.patch
File txt2man.patch, 1.1 KB (added by ecronin (Eric Cronin), 18 years ago) |
---|
-
Portfile
2 2 3 3 PortSystem 1.0 4 4 name txt2man 5 version 1. 4.85 version 1.5.5 6 6 categories textproc 7 7 maintainers ecronin@gizmolabs.org 8 8 description Converts flat ASCII text to man page format … … 16 16 17 17 master_sites http://mvertes.free.fr/download/ 18 18 19 checksums md5 2ee6d7cc38c42b98f4d8c1eb815bd888 \ 20 sha1 aa3989546b31c05ad09d14b895bf5a1777beefe9 19 checksums md5 d10fe6e9876a2969201ea4d75ac9ea48 \ 20 sha1 e19c284ebcf4ced66ccb4a4954d99e69cc7b63b1 \ 21 rmd160 1272f520556ed5c57a2886c5a0c3d4536a0f0459 21 22 22 23 configure {} 23 24 build {} 24 25 25 destroot { xinstall -m 755 -d ${destroot}${prefix}/bin \ 26 ${destroot}${prefix}/share/man/man1 27 xinstall -m 755 ${worksrcpath}/${portname} \ 28 ${destroot}${prefix}/bin/${portname} 29 xinstall -m 644 ${worksrcpath}/${portname}.1 \ 30 ${destroot}${prefix}/share/man/man1/${portname}.1 } 26 destroot.env prefix=${destroot}${prefix}