Ticket #14032: Portfile.diff
File Portfile.diff, 1.1 KB (added by mww@…, 17 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name hevea 6 version 1. 097 categories textproc www 6 version 1.10 7 categories textproc www tex 8 8 maintainers reilles@loria.fr 9 9 description HEVEA is a quite complete and fast LATEX to HTML translator. 10 10 long_description HEVEA is a LaTeX to HTML translator.\ … … 14 14 correct with respect to version 4.0 (transitional) 15 15 homepage http://pauillac.inria.fr/~maranget/hevea/ 16 16 master_sites ${homepage}/distri/ 17 checksums sha1 7df360c53f7f943e12c41cb27d569499be9c0215\18 rmd160 a0b8e220db5d656a34ee5d3867b64a79139b47bd17 checksums sha1 d3b07ad59b815899d953d18b480faa856b77077b \ 18 rmd160 651e8799bc4e8ca0c893cf7668df4ff1bf15d9d7 19 19 depends_build bin:ocamlc:ocaml 20 20 configure { 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 24 23 }