RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/print/latex2html/Portfile,v
retrieving revision 1.1
diff -u -r1.1 Portfile
|
|
|
4 | 4 | |
5 | 5 | name latex2html |
6 | 6 | version 2002-2-1 |
| 7 | revision 1 |
7 | 8 | categories print |
8 | 9 | platforms darwin |
9 | 10 | maintainers gwright@opendarwin.org |
… |
… |
|
18 | 19 | checksums md5 a79cda0648c8721ab6df5020cd11e220 |
19 | 20 | |
20 | 21 | depends_run port:teTeX \ |
| 22 | bin:gs:ghostscript \ |
| 23 | bin:pnmcrop:netpbm |
21 | 24 | bin:perl:perl5.8 |
22 | 25 | |
23 | | configure.args --without-mktexlsr |
| 26 | configure.args --without-mktexlsr \ |
| 27 | --with-texpath=${prefix}/share/texmf-local/tex/latex/html |
24 | 28 | |
25 | | post-destroot { |
26 | | file rename ${destroot}${prefix}/share/texmf \ |
27 | | ${destroot}${prefix}/share/texmf-local |
28 | | } |
29 | 29 | |
30 | 30 | post-activate { system "texhash" } |
31 | 31 | |