summaryrefslogtreecommitdiff
path: root/japanese/ptex-base
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>2001-06-29 03:20:49 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>2001-06-29 03:20:49 +0000
commit2b834ec92718188caf916b1f4a3dce526bd245c2 (patch)
tree6db0fac0cedc96bfdc7999fbc2f74aaf08d1a72f /japanese/ptex-base
parentUpgrade, 2.1.10 -> 2.1.11, along with lib files upgrade. (diff)
Work around to make [p]LaTeX2e work.
Intended to be temporary until the original distribution is updated. Submitted by: mita
Notes
Notes: svn path=/head/; revision=44541
Diffstat (limited to 'japanese/ptex-base')
-rw-r--r--japanese/ptex-base/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/japanese/ptex-base/Makefile b/japanese/ptex-base/Makefile
index 4e8afd75a89d..0bb77cc8b5ec 100644
--- a/japanese/ptex-base/Makefile
+++ b/japanese/ptex-base/Makefile
@@ -70,6 +70,12 @@ pre-install:
@${MKDIR} ${TEXMF_TREE}
@tar zxf ${_DISTDIR}/${TETEX_TEXMF} -C ${TEXMF_TREE}
@tar zxf ${_DISTDIR}/${PTEX_TEXMF} -C ${TEXMF_TREE}
+# Following two commands are intended to be temporary until
+# the original distribution is updated.
+ ${MV} -f ${PREFIX}/share/texmf/tex/latex/base/latex.ltx ${WRKDIR}
+ ${SED} -e 's/\\ifnum\\count@>17/\\ifnum\\count@>57/' \
+ ${WRKDIR}/latex.ltx \
+ > ${PREFIX}/share/texmf/tex/latex/base/latex.ltx
post-install:
@${INSTALL_SCRIPT} ${WRKSRC}/texinfo/util/texi2dvi ${PREFIX}/bin