pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/pkgtasks mk/pkgtasks: Fix name of variable for mkfo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a18833901242
branches: trunk
changeset: 367075:a18833901242
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed Aug 23 17:52:19 2017 +0000
description:
mk/pkgtasks: Fix name of variable for mkfontdir(1) tool.
diffstat:
mk/pkgtasks/fonts.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cafde5b220b9 -r a18833901242 mk/pkgtasks/fonts.mk
--- a/mk/pkgtasks/fonts.mk Wed Aug 23 15:04:39 2017 +0000
+++ b/mk/pkgtasks/fonts.mk Wed Aug 23 17:52:19 2017 +0000
@@ -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 @@
.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}
Home |
Main Index |
Thread Index |
Old Index