1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Use proper TEXMFVARDIR

This commit is contained in:
Baptiste Daroussin 2014-06-27 23:50:29 +00:00
parent 1014e4aa74
commit 1ae579f61b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359634

View File

@ -230,7 +230,7 @@ do-fmtutil-$F:
${SETENV} PATH=${PATH}:${LOCALBASE}/bin \
TEXMFMAIN=${LOCALBASE}/${TEXMFDIR} \
${LOCALBASE}/bin/fmtutil-sys --byfmt $$format \
--fmtdir ${STAGEDIR}${PREFIX}/${TEXMFDIR}-var/web2c; \
--fmtdir ${STAGEDIR}${PREFIX}/${TEXMFVARDIR}/web2c; \
done
.endif
@${ECHO_CMD} "@exec exec < ${LOCALBASE}/${FMTUTIL_CNF} && " \