Ticket #35009: Portfile.diff
File Portfile.diff, 449 bytes (added by tenomoto (Takeshi Enomoto), 12 years ago) |
---|
-
Portfile
39 39 40 40 configure.args --mandir=${prefix}/share/man 41 41 42 post-destroot { 43 xinstall -m 644 ${worksrcpath}/src/projects.h ${destroot}${prefix}/include/ 44 } 45 42 46 livecheck.type regex 43 47 livecheck.url ${master_sites} 44 48 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"