summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjoerg <joerg>2007-01-24 13:26:26 +0000
committerjoerg <joerg>2007-01-24 13:26:26 +0000
commitb45c14ea019b35153e34dfdeb830ef05cb1630da (patch)
treec78e192a6adb23329974bda07540b3352ed3a489 /mk
parent15df9e32205fafe84911826cc22d28dc4a585290 (diff)
downloadpkgsrc-b45c14ea019b35153e34dfdeb830ef05cb1630da.tar.gz
*blush* Fix variable substituation to not substitute the same string
twice.
Diffstat (limited to 'mk')
-rw-r--r--mk/pkginstall/bsd.pkginstall.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pkginstall/bsd.pkginstall.mk b/mk/pkginstall/bsd.pkginstall.mk
index fe66cd81ecc..e1e4fcaaafa 100644
--- a/mk/pkginstall/bsd.pkginstall.mk
+++ b/mk/pkginstall/bsd.pkginstall.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkginstall.mk,v 1.19 2007/01/02 17:15:24 rillig Exp $
+# $NetBSD: bsd.pkginstall.mk,v 1.20 2007/01/24 13:26:26 joerg Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and implements the
# common INSTALL/DEINSTALL scripts framework. To use the pkginstall
@@ -705,7 +705,7 @@ FILES_SUBST+= TYPE1_POSTINDEX_CMD=
.else
USE_TOOLS+= type1inst:run
FILES_SUBST+= TYPE1_INDEX_CMD=${TOOLS_PATH.type1inst:Q}
-FILES_SUBST+= TYPE1_INDEX_CMD="$${RM} type1inst.log"
+FILES_SUBST+= TYPE1_POSTINDEX_CMD="$${RM} type1inst.log"
.endif
FONTS_DIRS.x11+= ${FONTS_DIRS.type1}
.endif