diff options
Diffstat (limited to 'shells/perlsh/Makefile')
-rw-r--r-- | shells/perlsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/perlsh/Makefile b/shells/perlsh/Makefile index e2cefeb57fb6..81595a0ebe44 100644 --- a/shells/perlsh/Makefile +++ b/shells/perlsh/Makefile @@ -45,7 +45,7 @@ pre-install: ${REINPLACE_CMD} -e "s:/usr/local/lib/perl5/5.00503/man/man3:${MAN3PREFIX}/man/man3:g" ${WRKSRC}/Makefile; post-install: - @${ECHO} "Updating /etc/shells" + @${ECHO_MSG} "Updating /etc/shells" @${CP} /etc/shells /etc/shells.bak @(${GREP} -v ${PREFIX}/bin/psh /etc/shells.bak; \ ${ECHO_CMD} ${PREFIX}/bin/psh) > /etc/shells |