Ticket #22792: Portfile.diff
File Portfile.diff, 716 bytes (added by michipili (Michael Grünewald), 15 years ago) |
---|
-
Portfile
4 4 5 5 name noweb 6 6 version 2.11b 7 revision 1 7 8 categories devel 8 9 maintainers laposte.net:michael.grunewald 9 10 description A Simple, Extensible Tool for Literate Programming … … 27 28 depends_build port:icon 28 29 depends_run port:icon 29 30 30 use_configure no31 31 universal_variant no 32 32 33 33 post-patch { 34 34 reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/Makefile 35 35 } 36 36 37 configure { 38 system "cd ${worksrcpath} && ./awkname awk" 39 } 40 37 41 livecheck.check regex 38 42 livecheck.url ${homepage}dist/?C=M&O=D 39 43 livecheck.regex ${name}-(\[0-9a-z.\]+)${extract.suffix}