pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/paratype-ttf paratype-ttf: convert to fonts.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c895b132c06c
branches:  trunk
changeset: 321993:c895b132c06c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Apr 06 08:56:01 2019 +0000

description:
paratype-ttf: convert to fonts.mk

diffstat:

 fonts/paratype-ttf/Makefile |  10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 6ac2798435ee -r c895b132c06c fonts/paratype-ttf/Makefile
--- a/fonts/paratype-ttf/Makefile       Sat Apr 06 08:50:29 2019 +0000
+++ b/fonts/paratype-ttf/Makefile       Sat Apr 06 08:56:01 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/08/01 14:58:58 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2019/04/06 08:56:01 wiz Exp $
 
 DISTNAME=      paratype-ttf-20140616
 CATEGORIES=    fonts
@@ -13,15 +13,11 @@
 LICENSE=       paratype
 
 WRKSRC=                ${WRKDIR}
-USE_LANGUAGES= # none
 
-FONTS_DIRS.ttf=                ${PREFIX}/share/fonts/X11/TTF
-INSTALLATION_DIRS+=    share/doc/paratype-ttf share/fonts/X11/TTF
-
-do-build:
+INSTALLATION_DIRS+=    share/doc/paratype-ttf
 
 do-install:
        ${INSTALL_DATA} ${WRKSRC}/*txt ${DESTDIR}${PREFIX}/share/doc/paratype-ttf
-       ${INSTALL_DATA} ${WRKSRC}/*ttf ${DESTDIR}${PREFIX}/share/fonts/X11/TTF
 
+.include "../../mk/fonts.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index