Ticket #44758: p5-mhonarc-2.6.19.diff

File p5-mhonarc-2.6.19.diff, 1.8 KB (added by ryandesign (Ryan Carsten Schmidt), 10 years ago)
  • Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem          1.0
    45PortGroup           perl5 1.0
    56
    6 perl5.branches      5.8 5.10 5.12 5.14 5.16
    7 perl5.setup         MHonArc 2.6.16
    8 revision            3
    9 maintainers         markd
     7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
     8perl5.setup         MHonArc 2.6.19 ../../authors/id/E/EH/EHOOD/
     9maintainers         markd
    1010description         MHonArc - mail and news munging
    1111long_description    A Perl program for converting mail or news messages into \
    1212                    HTML archives, converting individual messages into \
     
    1414
    1515platforms           darwin
    1616
    17 checksums           md5 4ea5bd6630ffdae157a751ca97bc3ec3
     17checksums           rmd160  6c2edc1574a423719b77acfbbcc378ea79711d9d \
     18                    sha256  f8bf2874e6ea37830b0d5155fb99acf788005877df7573f1276344e947da8352
    1819
    1920homepage        http://www.mhonarc.org/
    20 master_sites            http://www.cpan.org/modules/by-authors/Earl_Hood
    2121
    2222if {${perl5.major} != ""} {
    2323use_configure       no
     
    2525
    2626destroot {
    2727        xinstall -m 755 -d ${destroot}${perl5.archlib}
    28                 system "cd ${worksrcpath} && ${perl5.bin} install.me \
     28        system -W ${worksrcpath} "${perl5.bin} install.me \
    2929            -prefix=${destroot} \
    3030            -binpath ${destroot}${prefix}/bin \
    3131            -libpath ${destroot}${perl5.archlib} \
    3232            -docpath ${destroot}${prefix}/share/doc/mhonarc \
    33             -manpath ${destroot}${prefix}/man\
     33            -manpath ${destroot}${prefix}/share/man \
    3434            -perl ${perl5.bin}"
    3535}
    3636}