Ticket #14032: Portfile.diff

File Portfile.diff, 1.1 KB (added by mww@…, 16 years ago)

patch for textproc/hevea/Portfile

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name            hevea
    6 version         1.09
    7 categories      textproc www
     6version         1.10
     7categories      textproc www tex
    88maintainers     reilles@loria.fr
    99description     HEVEA is a quite complete and fast LATEX to HTML translator.
    1010long_description HEVEA is a LaTeX to HTML translator.\
     
    1414                 correct with respect to version 4.0 (transitional)
    1515homepage        http://pauillac.inria.fr/~maranget/hevea/
    1616master_sites    ${homepage}/distri/
    17 checksums       sha1 7df360c53f7f943e12c41cb27d569499be9c0215 \
    18                 rmd160 a0b8e220db5d656a34ee5d3867b64a79139b47bd
     17checksums       sha1 d3b07ad59b815899d953d18b480faa856b77077b \
     18                rmd160 651e8799bc4e8ca0c893cf7668df4ff1bf15d9d7
    1919depends_build   bin:ocamlc:ocaml
    2020configure {
    21   cd ${worksrcpath}
    22   reinplace "s|PREFIX=/usr/local|PREFIX=${prefix}|" Makefile
    23   reinplace "s|DESTDIR=|DESTDIR=${destroot}|" Makefile
     21  reinplace "s|^PREFIX=/usr/local|PREFIX=${prefix}|" ${worksrcpath}/Makefile
     22  reinplace "s|^DESTDIR=|DESTDIR=${destroot}|" ${worksrcpath}/Makefile
    2423}