pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/pkgtasks
Module Name: pkgsrc
Committed By: jlam
Date: Wed Jun 7 20:24:27 UTC 2017
Modified Files:
pkgsrc/mk/pkgtasks: fonts.mk
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mk/pkgtasks/fonts.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/pkgtasks/fonts.mk
diff -u pkgsrc/mk/pkgtasks/fonts.mk:1.1 pkgsrc/mk/pkgtasks/fonts.mk:1.2
--- pkgsrc/mk/pkgtasks/fonts.mk:1.1 Thu Jun 1 02:06:04 2017
+++ pkgsrc/mk/pkgtasks/fonts.mk Wed Jun 7 20:24:27 2017
@@ -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 @@ USE_TOOLS+= mkfontscale:run
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