Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2018 13:51:10 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482907 - in head/x11-fonts: emojione-color-font-ttf twemoji-color-font-ttf
Message-ID:  <201810241351.w9ODpAjn079448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Oct 24 13:51:10 2018
New Revision: 482907
URL: https://svnweb.freebsd.org/changeset/ports/482907

Log:
  Fix variable assignment operator.
  
  Notified by:	mat

Modified:
  head/x11-fonts/emojione-color-font-ttf/Makefile
  head/x11-fonts/twemoji-color-font-ttf/Makefile

Modified: head/x11-fonts/emojione-color-font-ttf/Makefile
==============================================================================
--- head/x11-fonts/emojione-color-font-ttf/Makefile	Wed Oct 24 13:09:39 2018	(r482906)
+++ head/x11-fonts/emojione-color-font-ttf/Makefile	Wed Oct 24 13:51:10 2018	(r482907)
@@ -13,8 +13,8 @@ COMMENT=	Color emoji font using EmojiOne Unicode 9.0
 
 LICENSE=	CC-BY-4.0 MIT
 LICENSE_COMB=	multi
-LICENSE_FILE_CC-BY-4.0+=	${WRKSRC}/LICENSE-CC-BY.txt
-LICENSE_FILE_MIT+=		${WRKSRC}/LICENSE-MIT.txt
+LICENSE_FILE_CC-BY-4.0=		${WRKSRC}/LICENSE-CC-BY.txt
+LICENSE_FILE_MIT=		${WRKSRC}/LICENSE-MIT.txt
 
 DEPRECATED=	EOL upstream, please use x11-fonts/twemoji-color-font-ttf instead
 EXPIRATION_DATE=	2018-11-18

Modified: head/x11-fonts/twemoji-color-font-ttf/Makefile
==============================================================================
--- head/x11-fonts/twemoji-color-font-ttf/Makefile	Wed Oct 24 13:09:39 2018	(r482906)
+++ head/x11-fonts/twemoji-color-font-ttf/Makefile	Wed Oct 24 13:51:10 2018	(r482907)
@@ -12,8 +12,8 @@ COMMENT=	Color emoji font using Twitter Unicode 10
 
 LICENSE=	CC-BY-4.0 MIT
 LICENSE_COMB=	multi
-LICENSE_FILE_CC-BY-4.0+=	${WRKSRC}/LICENSE-CC-BY.txt
-LICENSE_FILE_MIT+=		${WRKSRC}/LICENSE-MIT.txt
+LICENSE_FILE_CC-BY-4.0=		${WRKSRC}/LICENSE-CC-BY.txt
+LICENSE_FILE_MIT=		${WRKSRC}/LICENSE-MIT.txt
 
 USES=		fonts
 



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