diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
commit | f07f504808239f4dd6005f79bb145e49b4947c11 (patch) | |
tree | 7811629449e2414bae88ea387269ba55abd90884 /shells/psh | |
parent | a58129d3de9c98ef3845e22d350633da5e5e4a75 (diff) | |
download | ports-f07f504808239f4dd6005f79bb145e49b4947c11.tar.gz ports-f07f504808239f4dd6005f79bb145e49b4947c11.zip |
Notes
Diffstat (limited to 'shells/psh')
-rw-r--r-- | shells/psh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/psh/Makefile b/shells/psh/Makefile index e2cefeb57fb6..81595a0ebe44 100644 --- a/shells/psh/Makefile +++ b/shells/psh/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 |