Ticket #32533: Portfile.diff

File Portfile.diff, 1016 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)

Portfile patch

  • Portfile

     
    44
    55name            txt2regex
    66version         0.8
     7revision        1
    78categories      sysutils
    89platforms       darwin freebsd
    910maintainers     technokracy.net:grrr
     11supported_archs noarch
     12license         GPL-2
     13
    1014description     Converts human sentences to regexes
    1115
    1216long_description \
     
    2428                sha1 367923b1dad95c68b8e46db6888135b8b8d00807 \
    2529                rmd160 03387e1a43b17b7a977bcd8a5beb9b48c3cff24c
    2630
     31depends_build   port:gettext
     32
     33patchfiles      patch-Makefile.diff
     34
    2735use_configure   no
    2836build           {}
    2937
    30 destroot {
    31     xinstall -m 555 ${worksrcpath}/${name}-${version}.sh ${destroot}${prefix}/bin/${name}
    32     xinstall -m 444 ${worksrcpath}/${name}.man ${destroot}${prefix}/share/man/man1
    33 }
     38destroot.args   PREFIX=${prefix}
    3439
    3540livecheck.type  regex
    3641livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}