pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/un-extra-ttf un-extra-ttf: use fonts.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91c9ed5e333c
branches:  trunk
changeset: 332149:91c9ed5e333c
user:      maya <maya%pkgsrc.org@localhost>
date:      Thu Apr 04 10:35:54 2019 +0000

description:
un-extra-ttf: use fonts.mk

diffstat:

 fonts/un-extra-ttf/Makefile |  11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diffs (24 lines):

diff -r fef825cd2bee -r 91c9ed5e333c fonts/un-extra-ttf/Makefile
--- a/fonts/un-extra-ttf/Makefile       Thu Apr 04 10:30:03 2019 +0000
+++ b/fonts/un-extra-ttf/Makefile       Thu Apr 04 10:35:54 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/07/04 16:18:34 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2019/04/04 10:35:54 maya Exp $
 
 DISTNAME=      un-fonts-extra-1.0.2-080608
 PKGNAME=       ${DISTNAME:S/fonts-extra/extra-ttf/:S/-0/.200/}
@@ -13,13 +13,6 @@
 CONFLICTS+=    un-ttf-[0-9]*
 
 WRKSRC=                ${WRKDIR}/un-fonts
-NO_CONFIGURE=  YES
-NO_BUILD=      YES
 
-FONTS_DIRS.ttf=        ${PREFIX}/share/fonts/X11/TTF
-
-do-install:
-       ${INSTALL_DATA_DIR} ${DESTDIR}${FONTS_DIRS.ttf}
-       ${INSTALL_DATA} ${WRKSRC}/*.ttf ${DESTDIR}${FONTS_DIRS.ttf}
-
+.include "../../mk/fonts.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index