pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/pkginstall *blush* Fix variable substituation to no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c46fce9a7ca
branches:  trunk
changeset: 524363:4c46fce9a7ca
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jan 24 13:26:26 2007 +0000

description:
*blush* Fix variable substituation to not substitute the same string
twice.

diffstat:

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

diffs (18 lines):

diff -r fe38d67cc694 -r 4c46fce9a7ca mk/pkginstall/bsd.pkginstall.mk
--- a/mk/pkginstall/bsd.pkginstall.mk   Wed Jan 24 13:13:13 2007 +0000
+++ b/mk/pkginstall/bsd.pkginstall.mk   Wed Jan 24 13:26:26 2007 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index