Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jun 2017 17:27:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443895 - head/x11-fonts/croscorefonts-fonts-ttf
Message-ID:  <201706191727.v5JHR7FU051216@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706191727.v5JHR7FU051216>