diff options
author | tv <tv@pkgsrc.org> | 2004-04-27 18:31:08 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-27 18:31:08 +0000 |
commit | 0830f78ac19dba405153d8ae3280f5b564077039 (patch) | |
tree | 15a6d7d327e5844671eefd2f56aa9129ed95f1d7 /mk/install | |
parent | f6a39b9dceb2d25e6d63247cd6e31d9f9928c136 (diff) | |
download | pkgsrc-0830f78ac19dba405153d8ae3280f5b564077039.tar.gz |
Add ECHO_N to the list of substituted variables in [DE]INSTALL.
Diffstat (limited to 'mk/install')
-rw-r--r-- | mk/install/header | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/install/header b/mk/install/header index 4adf5ecb5c5..a81d0cad664 100644 --- a/mk/install/header +++ b/mk/install/header @@ -2,7 +2,7 @@ # # start of header # -# $NetBSD: header,v 1.25 2004/02/15 03:01:08 lukem Exp $ +# $NetBSD: header,v 1.26 2004/04/27 18:31:08 tv Exp $ PKGNAME=$1 STAGE=$2 @@ -17,6 +17,7 @@ CMP="@CMP@" CP="@CP@" DIRNAME="@DIRNAME@" ECHO="@ECHO@" +ECHO_N="@ECHO_N@" EGREP="@EGREP@" EXPR="@EXPR@" FALSE="@FALSE@" |