svn commit: r547610 - head/x11-fonts/noto-extra

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 5 10:08:50 UTC 2020


Author: sunpoet
Date: Sat Sep  5 10:08:47 2020
New Revision: 547610
URL: https://svnweb.freebsd.org/changeset/ports/547610

Log:
  Cosmetic change

Modified:
  head/x11-fonts/noto-extra/Makefile

Modified: head/x11-fonts/noto-extra/Makefile
==============================================================================
--- head/x11-fonts/noto-extra/Makefile	Sat Sep  5 10:08:42 2020	(r547609)
+++ head/x11-fonts/noto-extra/Makefile	Sat Sep  5 10:08:47 2020	(r547610)
@@ -20,9 +20,7 @@ NO_ARCH=	yes
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
-BASIC_FONTS=	NotoColorEmoji.ttf \
-		NotoEmoji-Regular.ttf \
-		NotoMono-Regular.ttf \
+BASIC_FONTS=	NotoMono-Regular.ttf \
 		NotoSans-Bold.ttf \
 		NotoSans-BoldItalic.ttf \
 		NotoSans-Italic.ttf \
@@ -33,9 +31,11 @@ BASIC_FONTS=	NotoColorEmoji.ttf \
 		NotoSerif-BoldItalic.ttf \
 		NotoSerif-Italic.ttf \
 		NotoSerif-Regular.ttf
+EMOJI_FONTS=	NotoColorEmoji.ttf \
+		NotoEmoji-Regular.ttf
 
 post-extract:
-	@cd ${WRKSRC} && ${RM} ${BASIC_FONTS}
+	@cd ${WRKSRC} && ${RM} ${BASIC_FONTS} ${EMOJI_FONTS}
 
 do-install:
 	${MKDIR} ${STAGEDIR}${FONTSDIR}


More information about the svn-ports-all mailing list