Opened 14 years ago
Closed 14 years ago
#25561 closed defect (fixed)
latex2html needs to be synced to texlive's new TEXMFLOCAL
Reported by: | pkgw (Peter Williams) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: | latex2html |
Description
It appears that at some point texlive changed from having extra resources being installed in ${prefix}/share/texmf-local to just ${prefix}/share/texmf -- cf. the setting of TEXMFLOCAL in ${prefix}/etc/texmf/texmf.cnf. The Portfile for latex2html, however, still installs the files in ${prefix}/share/texmf-local, which means they can't be found.
As a cosmetic side note, the latex2html portfile also runs "texhash" upon installation, which is a somewhat nonstandard name for "mktexlsr" (cf r69215).
Fixing this should, I believe, just be a matter of changing the --with-texpath argument in the Portfile.
Change History (1)
comment:1 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
r69466