Fix installation (after adding DIST_SUBDIR)

Reported by:	pkubaj
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-09-05 14:32:23 +00:00
parent 28377a7d54
commit 08474fea2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547652

View file

@ -23,6 +23,6 @@ NO_BUILD= yes
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${DISTDIR}/NotoColorEmoji.ttf ${DISTDIR}/NotoEmoji-Regular.ttf ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/NotoColorEmoji.ttf ${DISTDIR}/${DIST_SUBDIR}/NotoEmoji-Regular.ttf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>