pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/pkgtasks Fix the value being substituted for TTMKFD...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d3da6212c51
branches:  trunk
changeset: 363392:5d3da6212c51
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Jun 07 20:24:27 2017 +0000

description:
Fix the value being substituted for TTMKFDIR in install scripts.

@TYPE1INST@ should be replaced with ${TOOLS_PATH.type1inst}.
Before this change, the sed(1) script being generated was not
replaced @TYPE1INST@ at all, and instead generating a no-op
substitution pattern for TTMKFDIR.

diffstat:

 mk/pkgtasks/fonts.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0a5d5ab334d9 -r 5d3da6212c51 mk/pkgtasks/fonts.mk
--- a/mk/pkgtasks/fonts.mk      Wed Jun 07 20:24:19 2017 +0000
+++ b/mk/pkgtasks/fonts.mk      Wed Jun 07 20:24:27 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: fonts.mk,v 1.1 2017/06/01 02:06:04 jlam Exp $
+# $NetBSD: fonts.mk,v 1.2 2017/06/07 20:24:27 jlam Exp $
 #
 # Copyright (c) 2017 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -77,7 +77,7 @@
 FILES_SUBST+=          MKFONTSCALE=${TOOLS_PATH.mkfontscale:Q}
 .  else
 USE_TOOLS+=            type1inst:run
-FILES_SUBST+=          TTMKFDIR=${TOOLS_PATH.type1inst:Q}
+FILES_SUBST+=          TYPE1INST=${TOOLS_PATH.type1inst:Q}
 .  endif
 _FONTS_DIRS.x11+=      ${FONTS_DIRS.type1}
 .endif



Home | Main Index | Thread Index | Old Index