summaryrefslogtreecommitdiff
path: root/japanese/tcsh/Makefile
diff options
context:
space:
mode:
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>