pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/vlgothic-ttf



Module Name:    pkgsrc
Committed By:   maya
Date:           Thu Apr  4 08:21:11 UTC 2019

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

Log Message:
vlgothic-ttf: switch to fonts.mk


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/fonts/vlgothic-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/vlgothic-ttf/Makefile
diff -u pkgsrc/fonts/vlgothic-ttf/Makefile:1.29 pkgsrc/fonts/vlgothic-ttf/Makefile:1.30
--- pkgsrc/fonts/vlgothic-ttf/Makefile:1.29     Sun Nov 26 10:44:42 2017
+++ pkgsrc/fonts/vlgothic-ttf/Makefile  Thu Apr  4 08:21:11 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2017/11/26 10:44:42 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2019/04/04 08:21:11 maya Exp $
 
 DISTNAME=      VLGothic-20141206
 PKGNAME=       ${DISTNAME:tl:S/-/-ttf-/}
@@ -11,16 +11,7 @@ MAINTAINER=  yamajun%ofug.net@localhost
 COMMENT=       Free Japanese TrueType fonts named 'VLGothic'
 LICENSE=       modified-bsd AND mplusfont
 
-NO_BUILD=      YES
-NO_CONFIGURE=  YES
-
-FONTDIR=       ${PREFIX}/share/fonts/X11/TTF
-FONTS_DIRS.ttf+=${FONTDIR}
-WRKSRC=                ${WRKDIR}/${DISTNAME:C/-[^-]*$//}
-
-do-install:
-       ${INSTALL_DATA_DIR} ${DESTDIR}${FONTDIR}
-       ${INSTALL_DATA} ${WRKSRC}/VL-Gothic-Regular.ttf ${DESTDIR}${FONTDIR}
-       ${INSTALL_DATA} ${WRKSRC}/VL-PGothic-Regular.ttf ${DESTDIR}${FONTDIR}
+WRKSRC=                ${WRKDIR}/VLGothic
 
+.include "../../mk/fonts.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index