Work around to make [p]LaTeX2e work.

Intended to be temporary until the original distribution
is updated.
Submitted by:	mita
This commit is contained in:
Masafumi Max NAKANE 2001-06-29 03:20:49 +00:00
parent 8109babe98
commit 2b834ec927
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44541
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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