pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/paratype-ttf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Apr  6 08:56:01 UTC 2019

Modified Files:
        pkgsrc/fonts/paratype-ttf: Makefile

Log Message:
paratype-ttf: convert to fonts.mk


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/fonts/paratype-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/paratype-ttf/Makefile
diff -u pkgsrc/fonts/paratype-ttf/Makefile:1.3 pkgsrc/fonts/paratype-ttf/Makefile:1.4
--- pkgsrc/fonts/paratype-ttf/Makefile:1.3      Tue Aug  1 14:58:58 2017
+++ pkgsrc/fonts/paratype-ttf/Makefile  Sat Apr  6 08:56:01 2019
@@ -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 @@ COMMENT=    Public Fonts for Minority Langu
 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