summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.install.mk
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-04-27 18:31:08 +0000
committertv <tv@pkgsrc.org>2004-04-27 18:31:08 +0000
commit0830f78ac19dba405153d8ae3280f5b564077039 (patch)
tree15a6d7d327e5844671eefd2f56aa9129ed95f1d7 /mk/bsd.pkg.install.mk
parentf6a39b9dceb2d25e6d63247cd6e31d9f9928c136 (diff)
downloadpkgsrc-0830f78ac19dba405153d8ae3280f5b564077039.tar.gz
Add ECHO_N to the list of substituted variables in [DE]INSTALL.
Diffstat (limited to 'mk/bsd.pkg.install.mk')
-rw-r--r--mk/bsd.pkg.install.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bsd.pkg.install.mk b/mk/bsd.pkg.install.mk
index ec4ad2869f9..41266dd11bd 100644
--- a/mk/bsd.pkg.install.mk
+++ b/mk/bsd.pkg.install.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.install.mk,v 1.59 2004/04/27 14:00:16 agc Exp $
+# $NetBSD: bsd.pkg.install.mk,v 1.60 2004/04/27 18:31:08 tv Exp $
#
# This Makefile fragment is included by bsd.pkg.mk to use the common
# INSTALL/DEINSTALL scripts. To use this Makefile fragment, simply:
@@ -256,6 +256,7 @@ FILES_SUBST+= CMP=${CMP:Q}
FILES_SUBST+= CP=${CP:Q}
FILES_SUBST+= DIRNAME=${DIRNAME:Q}
FILES_SUBST+= ECHO=${ECHO:Q}
+FILES_SUBST+= ECHO_N=${ECHO_N:Q}
FILES_SUBST+= EGREP=${EGREP:Q}
FILES_SUBST+= EXPR=${EXPR:Q}
FILES_SUBST+= FALSE=${FALSE:Q}