aboutsummaryrefslogtreecommitdiff
path: root/japanese/tcsh/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 11:08:52 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 11:08:52 +0000
commit0b1020495087240f21a4fa421e92e457fc065310 (patch)
treea9275c6a984cfec29d075da9a46c02652d31293e /japanese/tcsh/Makefile
parent656da512bff3c98531096fb649085c714a884a31 (diff)
downloadports-0b1020495087240f21a4fa421e92e457fc065310.tar.gz
ports-0b1020495087240f21a4fa421e92e457fc065310.zip
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
Notes
Notes: svn path=/head/; revision=53956
Diffstat (limited to 'japanese/tcsh/Makefile')
-rw-r--r--japanese/tcsh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/tcsh/Makefile b/japanese/tcsh/Makefile
index 5f29c780aa46..d07f98744649 100644
--- a/japanese/tcsh/Makefile
+++ b/japanese/tcsh/Makefile
@@ -36,7 +36,7 @@ post-install:
.endif
@${ECHO} "updating /etc/shells"
@${CP} /etc/shells /etc/shells.bak
- @(${GREP} -v ${PREFIX}/bin/tcsh /etc/shells.bak; ${ECHO} ${PREFIX}/bin/tcsh) >/etc/shells
+ @(${GREP} -v ${PREFIX}/bin/tcsh /etc/shells.bak; ${ECHO_CMD} ${PREFIX}/bin/tcsh) >/etc/shells
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>