pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/uralic-ttf



Module Name:    pkgsrc
Committed By:   maya
Date:           Thu Apr  4 10:28:53 UTC 2019

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

Log Message:
uralic-ttf: use fonts.mk


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/fonts/uralic-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/uralic-ttf/Makefile
diff -u pkgsrc/fonts/uralic-ttf/Makefile:1.3 pkgsrc/fonts/uralic-ttf/Makefile:1.4
--- pkgsrc/fonts/uralic-ttf/Makefile:1.3        Sun Jun  1 16:35:37 2014
+++ pkgsrc/fonts/uralic-ttf/Makefile    Thu Apr  4 10:28:53 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/06/01 16:35:37 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2019/04/04 10:28:53 maya Exp $
 #
 
 DISTNAME=      uralic-ttf-0.0.20040603
@@ -15,15 +15,6 @@ COMMENT=     Font for Uralic languages with 
 LICENSE=       gnu-gpl-v2
 
 WRKSRC=                ${WRKDIR}
-USE_LANGUAGES= # none
-
-FONTDIR=               ${PREFIX}/share/fonts/X11/TTF
-FONTS_DIRS.ttf+=       ${FONTDIR}
-INSTALLATION_DIRS+=    ${FONTDIR}
-
-do-build:
-
-do-install:
-       ${INSTALL_DATA} ${WRKSRC}/*.TTF ${DESTDIR}${FONTDIR}
 
+.include "../../mk/fonts.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index