diff options
Diffstat (limited to 'japanese/tcsh/Makefile')
-rw-r--r-- | japanese/tcsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/tcsh/Makefile b/japanese/tcsh/Makefile index 5f29c78..d07f987 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> |