--- print/teTeX-share/Makefile.orig Tue Aug 21 14:55:53 2001 +++ print//teTeX-share/Makefile Tue Aug 21 15:30:32 2001 @@ -31,4 +31,12 @@ -X ${FILESDIR}/exclude \ -f ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} +# original LaTeX format limitation is 17 month +post-install: + ${SED} 's#count@>17#count@>35#g' \ + < ${PREFIX}/share/texmf/tex/latex/base/latex.ltx \ + > ${PREFIX}/share/texmf/tex/latex/base/latex.ltx.bak + ${MV} -f ${PREFIX}/share/texmf/tex/latex/base/latex.ltx.bak \ + ${PREFIX}/share/texmf/tex/latex/base/latex.ltx + .include "../../mk/bsd.pkg.mk"