Ticket #8479: patch-Portfile.diff

File patch-Portfile.diff, 892 bytes (added by cssdev@…, 18 years ago)

latex2html Portfile patch

  • Portfile

    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/print/latex2html/Portfile,v
    retrieving revision 1.1
    diff -u -r1.1 Portfile
     
    44
    55name            latex2html
    66version         2002-2-1
     7revision        1
    78categories      print
    89platforms       darwin
    910maintainers     gwright@opendarwin.org
     
    1819checksums       md5 a79cda0648c8721ab6df5020cd11e220
    1920
    2021depends_run     port:teTeX      \
     22                bin:gs:ghostscript \
     23                bin:pnmcrop:netpbm
    2124                bin:perl:perl5.8
    2225
    23 configure.args  --without-mktexlsr
     26configure.args  --without-mktexlsr \
     27                --with-texpath=${prefix}/share/texmf-local/tex/latex/html
    2428
    25 post-destroot   {
    26                 file rename ${destroot}${prefix}/share/texmf    \
    27                             ${destroot}${prefix}/share/texmf-local
    28 }
    2929
    3030post-activate   { system "texhash" }
    3131