diff options
author | jlam <jlam@pkgsrc.org> | 2000-09-12 16:45:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-09-12 16:45:47 +0000 |
commit | 1f971e6f2ba4d055a978117520255d5e57811d77 (patch) | |
tree | c2dbad86db16bd2b86a3e2ef61254f6a0e63c4e4 /print/teTeX-bin/patches | |
parent | 95798eefd8a4b216cf0bdf0927b81c6b81b6e460 (diff) | |
download | pkgsrc-1f971e6f2ba4d055a978117520255d5e57811d77.tar.gz |
Update teTeX-bin to 1.0.7nb1. This update removes texi2html from the
installation, and depends on textproc/texi2html.
Closes PR#10987.
Diffstat (limited to 'print/teTeX-bin/patches')
-rw-r--r-- | print/teTeX-bin/patches/patch-aq | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/print/teTeX-bin/patches/patch-aq b/print/teTeX-bin/patches/patch-aq new file mode 100644 index 00000000000..29e2af0f447 --- /dev/null +++ b/print/teTeX-bin/patches/patch-aq @@ -0,0 +1,16 @@ +$NetBSD: patch-aq,v 1.3 2000/09/12 16:45:48 jlam Exp $ + +--- texk/tetex/Makefile.in.orig Tue Apr 6 14:51:18 1999 ++++ texk/tetex/Makefile.in +@@ -5,9 +5,9 @@ + ac_include ../make/common.mk + ac_include ../make/programs.mk + +-SCRIPTS= dvi2fax ps2frag texconfig dvired pslatex texi2html allcm allneeded fontexport fontimport kpsetool mkfontdesc MakeTeXPK fontinst rubibtex rumakeindex fmtutil texdoc texlinks texutil texexec texshow ++SCRIPTS= dvi2fax ps2frag texconfig dvired pslatex allcm allneeded fontexport fontimport kpsetool mkfontdesc MakeTeXPK fontinst rubibtex rumakeindex fmtutil texdoc texlinks texutil texexec texshow + PDFSCRIPTS=e2pall epstopdf texi2pdf thumbpdf +-manpgs=texi2html texconfig ps2frag allcm allneeded dvired fontexport fontimport allec ++manpgs=texconfig ps2frag allcm allneeded dvired fontexport fontimport allec + INFOFILES= latex.info latex.info-1 latex.info-2 latex.info-3 + all: $(SCRIPTS) $(PDFSCRIPTS) + default: all |