diff options
author | hrs <hrs@FreeBSD.org> | 2004-06-19 14:16:01 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2004-06-19 14:16:01 +0800 |
commit | 3edeab56c4f1f23fced9c4a3c3c819b0840c432a (patch) | |
tree | cdf8fc6b61e872ce47fcd0a57f007f55336756db /textproc | |
parent | 04e640165d4fb096fc04da27c8e60aaf635717c2 (diff) | |
download | freebsd-ports-gnome-3edeab56c4f1f23fced9c4a3c3c819b0840c432a.tar.gz freebsd-ports-gnome-3edeab56c4f1f23fced9c4a3c3c819b0840c432a.tar.zst freebsd-ports-gnome-3edeab56c4f1f23fced9c4a3c3c819b0840c432a.zip |
Fix pkg-plist which was broken by the recent print/teTeX change.
Reported by: kris
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/latex2html/pkg-plist | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/textproc/latex2html/pkg-plist b/textproc/latex2html/pkg-plist index b559c006f826..8610568ea78f 100644 --- a/textproc/latex2html/pkg-plist +++ b/textproc/latex2html/pkg-plist @@ -306,18 +306,18 @@ share/latex2html/versions/table.pl share/latex2html/versions/techexpl.pl share/latex2html/versions/unicode.pl share/latex2html/versions/utf8.pl -share/texmf/tex/latex/html/floatflt.ins -share/texmf/tex/latex/html/frames.sty -share/texmf/tex/latex/html/heqn.sty -share/texmf/tex/latex/html/hthtml.sty -share/texmf/tex/latex/html/html.sty -share/texmf/tex/latex/html/htmllist.sty -share/texmf/tex/latex/html/justify.sty -share/texmf/tex/latex/html/latin9.def -share/texmf/tex/latex/html/ldump.sty -share/texmf/tex/latex/html/techexplHTML.tex -share/texmf/tex/latex/html/url.sty -share/texmf/tex/latex/html/verbatimfiles.sty +share/texmf-var/tex/latex/html/floatflt.ins +share/texmf-var/tex/latex/html/frames.sty +share/texmf-var/tex/latex/html/heqn.sty +share/texmf-var/tex/latex/html/hthtml.sty +share/texmf-var/tex/latex/html/html.sty +share/texmf-var/tex/latex/html/htmllist.sty +share/texmf-var/tex/latex/html/justify.sty +share/texmf-var/tex/latex/html/latin9.def +share/texmf-var/tex/latex/html/ldump.sty +share/texmf-var/tex/latex/html/techexplHTML.tex +share/texmf-var/tex/latex/html/url.sty +share/texmf-var/tex/latex/html/verbatimfiles.sty @exec /usr/local/bin/mktexlsr @unexec /usr/local/bin/mktexlsr @dirrm lib/latex2html @@ -338,4 +338,4 @@ share/texmf/tex/latex/html/verbatimfiles.sty @dirrm share/latex2html/texinputs @dirrm share/latex2html/versions @dirrm share/latex2html -@dirrm share/texmf/tex/latex/html +@dirrm share/texmf-var/tex/latex/html |