pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/un-core-ttf



Module Name:    pkgsrc
Committed By:   maya
Date:           Thu Apr  4 10:40:34 UTC 2019

Modified Files:
        pkgsrc/fonts/un-core-ttf: Makefile

Log Message:
un-core-ttf: use fonts.mk


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/fonts/un-core-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/un-core-ttf/Makefile
diff -u pkgsrc/fonts/un-core-ttf/Makefile:1.9 pkgsrc/fonts/un-core-ttf/Makefile:1.10
--- pkgsrc/fonts/un-core-ttf/Makefile:1.9       Sat Jul  4 16:18:34 2015
+++ pkgsrc/fonts/un-core-ttf/Makefile   Thu Apr  4 10:40:34 2019
@@ -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:40:34 maya Exp $
 
 DISTNAME=      un-fonts-core-1.0.2-080608
 PKGNAME=       ${DISTNAME:S/fonts-core/core-ttf/:S/-0/.200/}
@@ -13,13 +13,6 @@ COMMENT=     Core set of Un Korean TrueType 
 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