aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-19 17:27:06 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-19 17:27:06 +0000
commitcb096fcd390476b32638c637778714b5b5c52592 (patch)
treed5738cb613b5914a72ec33f4c9e4a81107d8cdfb /x11-fonts
parenta3c0e43d09e219c68b56c671634513cc95957e7c (diff)
downloadports-cb096fcd390476b32638c637778714b5b5c52592.tar.gz
ports-cb096fcd390476b32638c637778714b5b5c52592.zip
Do not silence installation messages
Notes
Notes: svn path=/head/; revision=443895
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/croscorefonts-fonts-ttf/Makefile4
1 files 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 <bsd.port.mk>