Date: Sun, 24 Mar 2019 14:33:27 +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: r496752 - head/x11-fonts/crosextrafonts-carlito-ttf Message-ID: <201903241433.x2OEXRNQ077918@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Mar 24 14:33:27 2019 New Revision: 496752 URL: https://svnweb.freebsd.org/changeset/ports/496752 Log: Update MASTER_SITES - Add NO_ARCH Modified: head/x11-fonts/crosextrafonts-carlito-ttf/Makefile Modified: head/x11-fonts/crosextrafonts-carlito-ttf/Makefile ============================================================================== --- head/x11-fonts/crosextrafonts-carlito-ttf/Makefile Sun Mar 24 14:33:22 2019 (r496751) +++ head/x11-fonts/crosextrafonts-carlito-ttf/Makefile Sun Mar 24 14:33:27 2019 (r496752) @@ -4,7 +4,7 @@ PORTNAME= crosextrafonts-carlito PORTVERSION= 20130920 PORTREVISION= 3 CATEGORIES= x11-fonts -MASTER_SITES= http://gsdview.appspot.com/chromeos-localmirror/distfiles/ +MASTER_SITES= https://gsdview.appspot.com/chromeos-localmirror/distfiles/ MAINTAINER= office@FreeBSD.org COMMENT= Font created by Google for ChromeOS to replace MS Calibri @@ -14,14 +14,15 @@ LICENSE= OFL11 USES= fonts USE_XORG= x11 +NO_ARCH= yes +NO_BUILD= yes + SUB_FILES= pkg-message FONTNAME= Carlito -NO_BUILD= yes do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} - cd ${WRKSRC} && \ - ${INSTALL_DATA} ${INSTDAT} *.ttf ${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?201903241433.x2OEXRNQ077918>