From cb096fcd390476b32638c637778714b5b5c52592 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Mon, 19 Jun 2017 17:27:06 +0000 Subject: [PATCH] Do not silence installation messages --- x11-fonts/croscorefonts-fonts-ttf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-fonts/croscorefonts-fonts-ttf/Makefile b/x11-fonts/croscorefonts-fonts-ttf/Makefile index c0b7948d4d0f..9ecc6ed9c444 100644 --- a/x11-fonts/croscorefonts-fonts-ttf/Makefile +++ b/x11-fonts/croscorefonts-fonts-ttf/Makefile @@ -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