pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts/twemoji-color-font-ttf



Module Name:    pkgsrc
Committed By:   maya
Date:           Thu Apr  4 11:55:22 UTC 2019

Modified Files:
        pkgsrc/fonts/twemoji-color-font-ttf: Makefile

Log Message:
twemoji-color-font-ttf: use fonts.mk


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/twemoji-color-font-ttf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/twemoji-color-font-ttf/Makefile
diff -u pkgsrc/fonts/twemoji-color-font-ttf/Makefile:1.1 pkgsrc/fonts/twemoji-color-font-ttf/Makefile:1.2
--- pkgsrc/fonts/twemoji-color-font-ttf/Makefile:1.1    Fri Nov 30 15:46:48 2018
+++ pkgsrc/fonts/twemoji-color-font-ttf/Makefile        Thu Apr  4 11:55:22 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/11/30 15:46:48 nia Exp $
+# $NetBSD: Makefile,v 1.2 2019/04/04 11:55:22 maya Exp $
 
 PKGNAME=       twemoji-color-font-ttf-11.2.0
 DISTNAME=      TwitterColorEmoji-SVGinOT-Linux-${PKGVERSION_NOREV}
@@ -12,13 +12,5 @@ HOMEPAGE=    https://github.com/eosrei/twem
 COMMENT=       Twitter color emoji SVGinOT font
 LICENSE=       cc-by-v4.0 AND mit
 
-USE_LANGUAGES= # none
-NO_BUILD=      yes
-
-INSTALLATION_DIRS+=    share/fonts/X11/TTF
-
-do-install:
-       ${INSTALL_DATA} ${WRKSRC}/TwitterColorEmoji-SVGinOT.ttf \
-           ${DESTDIR}${PREFIX}/share/fonts/X11/TTF
-
+.include "../../mk/fonts.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index