pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/fonts/FiraCode
Module Name: pkgsrc
Committed By: wiz
Date: Fri May 17 14:59:23 UTC 2024
Modified Files:
pkgsrc/fonts/FiraCode: Makefile
Log Message:
FiraCode: simplify by using fonts.mk
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/fonts/FiraCode/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/FiraCode/Makefile
diff -u pkgsrc/fonts/FiraCode/Makefile:1.8 pkgsrc/fonts/FiraCode/Makefile:1.9
--- pkgsrc/fonts/FiraCode/Makefile:1.8 Fri May 17 13:24:08 2024
+++ pkgsrc/fonts/FiraCode/Makefile Fri May 17 14:59:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2024/05/17 13:24:08 pho Exp $
+# $NetBSD: Makefile,v 1.9 2024/05/17 14:59:23 wiz Exp $
DISTNAME= Fira_Code_v6.2
PKGNAME= ${DISTNAME:S/Fira_Code_v/FiraCode-/}
@@ -13,13 +13,7 @@ HOMEPAGE= https://github.com/tonsky/Fira
COMMENT= Monospaced font with programming ligatures
LICENSE= ofl-v1.1
-USE_LANGUAGES= # none
NO_BUILD= yes
-FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/TTF
-INSTALLATION_DIRS= share/fonts/X11/TTF
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/ttf/*.ttf ${DESTDIR}${PREFIX}/share/fonts/X11/TTF
- ${INSTALL_DATA} ${WRKSRC}/variable_ttf/*.ttf ${DESTDIR}${PREFIX}/share/fonts/X11/TTF
+.include "../../mk/fonts.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index