Ticket #11727: txt2man.patch

File txt2man.patch, 1.1 KB (added by ecronin (Eric Cronin), 17 years ago)
  • Portfile

     
    22
    33PortSystem 1.0
    44name            txt2man
    5 version         1.4.8
     5version         1.5.5
    66categories      textproc
    77maintainers     ecronin@gizmolabs.org
    88description     Converts flat ASCII text to man page format
     
    1616
    1717master_sites    http://mvertes.free.fr/download/
    1818
    19 checksums       md5 2ee6d7cc38c42b98f4d8c1eb815bd888 \
    20                 sha1 aa3989546b31c05ad09d14b895bf5a1777beefe9
     19checksums       md5 d10fe6e9876a2969201ea4d75ac9ea48 \
     20                sha1 e19c284ebcf4ced66ccb4a4954d99e69cc7b63b1 \
     21                rmd160 1272f520556ed5c57a2886c5a0c3d4536a0f0459
    2122
    2223configure       {}
    2324build           {}
    2425
    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 }
     26destroot.env    prefix=${destroot}${prefix}