pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/ibm-plex-ttf



Module Name:    pkgsrc
Committed By:   ng0
Date:           Sun Aug 18 12:42:52 UTC 2019

Modified Files:
        pkgsrc/fonts/ibm-plex-ttf: Makefile

Log Message:
fonts/ibm-plex-ttf: Use fonts.mk in Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/ibm-plex-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/ibm-plex-ttf/Makefile
diff -u pkgsrc/fonts/ibm-plex-ttf/Makefile:1.1 pkgsrc/fonts/ibm-plex-ttf/Makefile:1.2
--- pkgsrc/fonts/ibm-plex-ttf/Makefile:1.1      Sat Aug 17 09:47:47 2019
+++ pkgsrc/fonts/ibm-plex-ttf/Makefile  Sun Aug 18 12:42:52 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/17 09:47:47 ng0 Exp $
+# $NetBSD: Makefile,v 1.2 2019/08/18 12:42:52 ng0 Exp $
 
 PKGNAME=       ibm-plex-ttf-2.0.0
 GITHUB_PROJECT=        plex
@@ -15,14 +15,6 @@ COMMENT=     IBM plex typeface (TrueType)
 LICENSE=       ofl-v1.1
 
 USE_LANGUAGES= # none
-NO_BUILD=      yes
-
-FONTSDIR=              ${PREFIX}/share/fonts/X11/TTF
-FONTS_DIRS.ttf=                ${FONTSDIR}
-INSTALLATION_DIRS=     share/fonts/X11/TTF
-
-do-install:
-       ${INSTALL_DATA} ${WRKSRC}/*/*.ttf  ${DESTDIR}${FONTSDIR}
-
 
+.include "../../mk/fonts.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index