Ticket #32533: Portfile.diff
File Portfile.diff, 1016 bytes (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
4 4 5 5 name txt2regex 6 6 version 0.8 7 revision 1 7 8 categories sysutils 8 9 platforms darwin freebsd 9 10 maintainers technokracy.net:grrr 11 supported_archs noarch 12 license GPL-2 13 10 14 description Converts human sentences to regexes 11 15 12 16 long_description \ … … 24 28 sha1 367923b1dad95c68b8e46db6888135b8b8d00807 \ 25 29 rmd160 03387e1a43b17b7a977bcd8a5beb9b48c3cff24c 26 30 31 depends_build port:gettext 32 33 patchfiles patch-Makefile.diff 34 27 35 use_configure no 28 36 build {} 29 37 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 } 38 destroot.args PREFIX=${prefix} 34 39 35 40 livecheck.type regex 36 41 livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}