summaryrefslogtreecommitdiff
path: root/print/texlive-tetex/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'print/texlive-tetex/patches/patch-aa')
-rw-r--r--print/texlive-tetex/patches/patch-aa48
1 files changed, 7 insertions, 41 deletions
diff --git a/print/texlive-tetex/patches/patch-aa b/print/texlive-tetex/patches/patch-aa
index 1c19cd1d6f9..341304af9dd 100644
--- a/print/texlive-tetex/patches/patch-aa
+++ b/print/texlive-tetex/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.5 2010/06/17 00:21:17 minskim Exp $
+$NetBSD: patch-aa,v 1.6 2010/09/13 04:08:32 minskim Exp $
---- Makefile.in.orig 2009-09-28 15:46:20.000000000 +0000
+--- Makefile.in.orig 2010-06-06 18:04:05.000000000 +0000
+++ Makefile.in
-@@ -197,7 +197,6 @@ dist_bin_SCRIPTS = \
+@@ -196,7 +196,6 @@ dist_bin_SCRIPTS = \
kpsetool \
kpsewhere \
ps2frag \
@@ -10,37 +10,29 @@ $NetBSD: patch-aa,v 1.5 2010/06/17 00:21:17 minskim Exp $
pslatex \
rubibtex \
rumakeindex \
-@@ -212,20 +211,8 @@ dist_man1_MANS = \
+@@ -211,14 +210,8 @@ dist_man1_MANS = \
allcm.man \
allec.man \
allneeded.man \
- context/ctxtools.man \
-- context/makempy.man \
- context/mptopdf.man \
-- context/pdftools.man \
- context/pstopdf.man \
- context/texexec.man \
-- context/texfind.man \
-- context/texfont.man \
- context/texmfstart.man \
-- context/textools.man \
-- context/texutil.man \
dvi2fax.man \
dvired.man \
- e2pall.man \
fmtutil.man \
fontinst.man \
kpsetool.man \
-@@ -254,14 +241,14 @@ dist_man5_MANS = \
+@@ -238,12 +231,12 @@ dist_man5_MANS = \
fmtutil.cnf.5 \
updmap.cfg.5
-tetexdocdir = ${prefix}/texmf/doc/tetex
+tetexdocdir = ${prefix}/texmf
dist_tetexdoc_DATA = \
- doc/TETEXDOC.dvi \
doc/TETEXDOC.pdf \
- doc/TETEXDOC.ps \
doc/teTeX-FAQ
-texconfdir = ${prefix}
@@ -48,7 +40,7 @@ $NetBSD: patch-aa,v 1.5 2010/06/17 00:21:17 minskim Exp $
nobase_dist_texconf_DATA = \
texmf/texconfig/README \
texmf/texconfig/g/generic \
-@@ -269,7 +256,7 @@ nobase_dist_texconf_DATA = \
+@@ -251,7 +244,7 @@ nobase_dist_texconf_DATA = \
texmf/texconfig/v/vt100 \
texmf/texconfig/x/xterm
@@ -57,7 +49,7 @@ $NetBSD: patch-aa,v 1.5 2010/06/17 00:21:17 minskim Exp $
dist_texconfig_SCRIPTS = tcfmgr
dist_texconfig_DATA = tcfmgr.map
web2cdir = ${prefix}/texmf/web2c
-@@ -753,8 +740,8 @@ info: info-am
+@@ -754,8 +747,8 @@ info: info-am
info-am:
@@ -68,29 +60,3 @@ $NetBSD: patch-aa,v 1.5 2010/06/17 00:21:17 minskim Exp $
install-man install-nobase_dist_texconfDATA
@$(NORMAL_INSTALL)
$(MAKE) $(AM_MAKEFLAGS) install-data-hook
-@@ -848,22 +835,15 @@ install-exec-hook:
-
- install-data-hook:
- cd $(DESTDIR)$(man1dir) \
-- && rm -f allec.1 ctangle.1 cweave.1 fmtutil-sys.1 kpsexpand.1 \
-- kpsepath.1 lambda.1 mf-nowin.1 mktexfmt.1 odvicopy.1 \
-- odvitype.1 pdflatex.1 texconfig-sys.1 texhash.1 updmap-sys.1 \
-- && $(LN_S) aleph.1 lambda.1 \
-+ && rm -f allec.1 fmtutil-sys.1 kpsexpand.1 \
-+ kpsepath.1 mktexfmt.1 \
-+ texconfig-sys.1 texhash.1 updmap-sys.1 \
- && $(LN_S) allcm.1 allec.1 \
-- && $(LN_S) cweb.1 ctangle.1 \
-- && $(LN_S) cweb.1 cweave.1 \
-- && $(LN_S) dvicopy.1 odvicopy.1 \
-- && $(LN_S) dvitype.1 odvitype.1 \
- && $(LN_S) fmtutil.1 fmtutil-sys.1 \
- && $(LN_S) fmtutil.1 mktexfmt.1 \
- && $(LN_S) kpsetool.1 kpsexpand.1 \
- && $(LN_S) kpsetool.1 kpsepath.1 \
-- && $(LN_S) mf.1 mf-nowin.1 \
- && $(LN_S) mktexlsr.1 texhash.1 \
-- && $(LN_S) pdftex.1 pdflatex.1 \
- && $(LN_S) texconfig.1 texconfig-sys.1 \
- && $(LN_S) updmap.1 updmap-sys.1
-