Remove extra %D

This commit is contained in:
Baptiste Daroussin 2014-09-03 06:03:24 +00:00
parent 7a9dee6dd3
commit 6f6b21be27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367156

View File

@ -113,7 +113,7 @@ post-install:
. elif ${NEED_MKFONTFOO} == yes
@${ECHO_CMD} "@fontsdir lib/X11/fonts/${_fontdir}" >> ${TMPPLIST}
. else
@${ECHO_CMD} "@dirrmtry %D/lib/X11/fonts/${_fontdir}" >> ${TMPPLIST}
@${ECHO_CMD} "@dirrmtry lib/X11/fonts/${_fontdir}" >> ${TMPPLIST}
. endif
. endfor
.endif