Ticket #35009: Portfile.diff

File Portfile.diff, 449 bytes (added by tenomoto (Takeshi Enomoto), 12 years ago)
  • Portfile

     
    3939
    4040configure.args      --mandir=${prefix}/share/man
    4141
     42post-destroot {
     43    xinstall -m 644 ${worksrcpath}/src/projects.h ${destroot}${prefix}/include/
     44}
     45
    4246livecheck.type      regex
    4347livecheck.url       ${master_sites}
    4448livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"