1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Do not silence installation messages

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-06-19 17:27:06 +00:00
parent a3c0e43d09
commit cb096fcd39
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443895

View File

@ -22,7 +22,7 @@ SUB_FILES= pkg-message
FONTNAME= ChromeOS
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR}
${MKDIR} ${STAGEDIR}${FONTSDIR}/
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}/
.include <bsd.port.mk>