Received: by mail.netbsd.org (Postfix, from userid 605) id C369D84D8B; Wed, 23 Aug 2017 17:52:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5654784D56 for ; Wed, 23 Aug 2017 17:52:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id khNWHVnTG1i3 for ; Wed, 23 Aug 2017 17:52:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BAA6584C86 for ; Wed, 23 Aug 2017 17:52:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B2A29FA85; Wed, 23 Aug 2017 17:52:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1503510739210340" MIME-Version: 1.0 Date: Wed, 23 Aug 2017 17:52:19 +0000 From: "Johnny C. Lam" Subject: CVS commit: pkgsrc/mk/pkgtasks To: pkgsrc-changes@NetBSD.org Reply-To: jlam@netbsd.org X-Mailer: log_accum Message-Id: <20170823175219.B2A29FA85@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. --_----------=_1503510739210340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jlam Date: Wed Aug 23 17:52:19 UTC 2017 Modified Files: pkgsrc/mk/pkgtasks: fonts.mk Log Message: mk/pkgtasks: Fix name of variable for mkfontdir(1) tool. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/mk/pkgtasks/fonts.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1503510739210340 Content-Disposition: inline Content-Length: 839 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/pkgtasks/fonts.mk diff -u pkgsrc/mk/pkgtasks/fonts.mk:1.3 pkgsrc/mk/pkgtasks/fonts.mk:1.4 --- pkgsrc/mk/pkgtasks/fonts.mk:1.3 Sat Aug 19 00:29:55 2017 +++ pkgsrc/mk/pkgtasks/fonts.mk Wed Aug 23 17:52:19 2017 @@ -1,4 +1,4 @@ -# $NetBSD: fonts.mk,v 1.3 2017/08/19 00:29:55 jlam Exp $ +# $NetBSD: fonts.mk,v 1.4 2017/08/23 17:52:19 jlam Exp $ # # Copyright (c) 2017 The NetBSD Foundation, Inc. # All rights reserved. @@ -89,7 +89,7 @@ X11_ENCODINGSDIR?= ${X11BASE}/lib/fonts/ .endif # Variables for programs used by "fonts" package task. -FILES_SUBST+= MKFONTDIR=${TOOLS_PATH:mkfontdir:Q} +FILES_SUBST+= MKFONTDIR=${TOOLS_PATH.mkfontdir:Q} FILES_SUBST+= MKFONTSCALE=${TOOLS_PATH.mkfontscale:Q} FILES_SUBST+= TTMKFDIR=${TOOLS_PATH.ttmkfdir:Q} FILES_SUBST+= TYPE1INST=${TOOLS_PATH.type1inst:Q} --_----------=_1503510739210340--