svn commit: r443895 - head/x11-fonts/croscorefonts-fonts-ttf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 19 17:27:08 UTC 2017


Author: sunpoet
Date: Mon Jun 19 17:27:06 2017
New Revision: 443895
URL: https://svnweb.freebsd.org/changeset/ports/443895

Log:
  Do not silence installation messages

Modified:
  head/x11-fonts/croscorefonts-fonts-ttf/Makefile

Modified: head/x11-fonts/croscorefonts-fonts-ttf/Makefile
==============================================================================
--- head/x11-fonts/croscorefonts-fonts-ttf/Makefile	Mon Jun 19 17:27:02 2017	(r443894)
+++ head/x11-fonts/croscorefonts-fonts-ttf/Makefile	Mon Jun 19 17:27:06 2017	(r443895)
@@ -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>


More information about the svn-ports-all mailing list