summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-24 13:26:26 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-24 13:26:26 +0000
commit62b0e7af3478ae4a12057a2b573c92ee136c9876 (patch)
treec78e192a6adb23329974bda07540b3352ed3a489 /mk
parent5d553e757847ce271b7acff806a7c0b0d8761f37 (diff)
downloadpkgsrc-62b0e7af3478ae4a12057a2b573c92ee136c9876.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