Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2016 20:29:56 +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: r428529 - head/x11-fonts/emojione-color-font-ttf
Message-ID:  <201612132029.uBDKTuxW011885@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Dec 13 20:29:56 2016
New Revision: 428529
URL: https://svnweb.freebsd.org/changeset/ports/428529

Log:
  Use ${FONTSDIR} instead of %%FONTSDIR%% in PLIST_FILES. No revision bump since
  this is a no-op.
  
  Notified by:	mat

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

Modified: head/x11-fonts/emojione-color-font-ttf/Makefile
==============================================================================
--- head/x11-fonts/emojione-color-font-ttf/Makefile	Tue Dec 13 20:19:12 2016	(r428528)
+++ head/x11-fonts/emojione-color-font-ttf/Makefile	Tue Dec 13 20:29:56 2016	(r428529)
@@ -19,7 +19,7 @@ USES=		fonts zip
 NO_BUILD=	yes
 NO_ARCH=	yes
 
-PLIST_FILES=	%%FONTSDIR%%/EmojiOneColor-SVGinOT.ttf
+PLIST_FILES=	${FONTSDIR}/EmojiOneColor-SVGinOT.ttf
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${FONTSDIR}/



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