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:
parent
8109babe98
commit
2b834ec927
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44541
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user