Ticket #5156: Portfile.patch

File Portfile.patch, 1.1 KB (added by reilles@…, 19 years ago)

the patch

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name            hevea
    6 version         1.07
     6version         1.08
    77categories      textproc www
    88maintainers     reilles@loria.fr
    99description     HEVEA is a quite complete and fast 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       md5   561d7a2c10ea9e6a5b352c24d9b65998
     17checksums       md5   1a93c1924b817e54531abf74f0b34d4b
    1818depends_build   bin:ocamlc:ocaml
    1919configure {
    2020  cd ${worksrcpath}
    21   reinplace "s|BINDIR=/usr/local/bin|BINDIR=${destroot}${prefix}/bin|" Makefile
    22   reinplace "s|LIBDIR=/usr/local/lib/hevea|LIBDIR=${destroot}${prefix}/lib/hevea|" Makefile
    23   reinplace "s|DLIBDIR=.\"\$\{LIBDIR\}.\"|DLIBDIR=\\\\\"${prefix}/lib/hevea\\\\\"|g" Makefile
    24    reinplace "s|CPP=cpp -E -P|CPP=m4 -E -P|" Makefile
     21  reinplace "s|PREFIX=/usr/local|PREFIX=${prefix}|" Makefile
     22  reinplace "s|DESTDIR=|DESTDIR=${destroot}|" Makefile
    2523}