Received: by mail.netbsd.org (Postfix, from userid 605) id 7E14F84E53; Thu, 4 Apr 2019 08:21:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0307984DBC for ; Thu, 4 Apr 2019 08:21:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Y2O3rWr6SeTD for ; Thu, 4 Apr 2019 08:21:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 48D4F84DB0 for ; Thu, 4 Apr 2019 08:21:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 44080FB16; Thu, 4 Apr 2019 08:21:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1554366071188140" MIME-Version: 1.0 Date: Thu, 4 Apr 2019 08:21:11 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/fonts/vlgothic-ttf To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20190404082111.44080FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1554366071188140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1554366071188140 Content-Disposition: inline Content-Length: 1066 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 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" --_----------=_1554366071188140--