diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-27 09:01:08 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-27 09:01:08 +0800 |
commit | 66ad15aa9aa13d5cb48ca63a291e580966588856 (patch) | |
tree | 17d69b2c11abc331666ac7969bc3a84b07bba8ff /shells | |
parent | 93fca8f6fe943e5bf9abe0b1e5aadad1db8b6551 (diff) | |
download | freebsd-ports-gnome-66ad15aa9aa13d5cb48ca63a291e580966588856.tar.gz freebsd-ports-gnome-66ad15aa9aa13d5cb48ca63a291e580966588856.tar.zst freebsd-ports-gnome-66ad15aa9aa13d5cb48ca63a291e580966588856.zip |
KATO mega patch
- ECHO -> ECHO_MSG
For some ports:
- pre-fetch -> pre-everything
- ECHO -> ECHO_CMD
PR: ports/56820-56858
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'shells')
-rw-r--r-- | shells/44bsd-csh/Makefile | 2 | ||||
-rw-r--r-- | shells/esh/Makefile | 2 | ||||
-rw-r--r-- | shells/flash/Makefile | 2 | ||||
-rw-r--r-- | shells/perlsh/Makefile | 2 | ||||
-rw-r--r-- | shells/psh/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/shells/44bsd-csh/Makefile b/shells/44bsd-csh/Makefile index 2dd572da52e0..b279d437cc59 100644 --- a/shells/44bsd-csh/Makefile +++ b/shells/44bsd-csh/Makefile @@ -33,7 +33,7 @@ do-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/USD.doc/paper.ascii.gz ${DOCSDIR} .endif - @${ECHO} "Updating /etc/shells" + @${ECHO_MSG} "Updating /etc/shells" @${CP} /etc/shells /etc/shells.bak @(${GREP} -v ${PREFIX}/bin/44bsd-csh /etc/shells.bak; \ ${ECHO_CMD} ${PREFIX}/bin/44bsd-csh) > /etc/shells diff --git a/shells/esh/Makefile b/shells/esh/Makefile index 487a5ae105d2..ba96404580ed 100644 --- a/shells/esh/Makefile +++ b/shells/esh/Makefile @@ -22,7 +22,7 @@ pre-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/esh ${PREFIX}/bin/esh - @${ECHO} "updating /etc/shells" + @${ECHO_MSG} "updating /etc/shells" @${CP} /etc/shells /etc/shells.bak @(${GREP} -v ${PREFIX}/bin/esh /etc/shells.bak; \ ${ECHO_CMD} ${PREFIX}/bin/esh) > /etc/shells diff --git a/shells/flash/Makefile b/shells/flash/Makefile index 66a2ff6fb1f9..16f52174c2d2 100644 --- a/shells/flash/Makefile +++ b/shells/flash/Makefile @@ -62,7 +62,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/orcasetup/flashdocs/* ${PREFIX}/lib/flash/flashdocs post-install: - @${ECHO} "Updating /etc/shells" + @${ECHO_MSG} "Updating /etc/shells" @${CP} /etc/shells /etc/shells.bak @(${GREP} -v ${PREFIX}/bin/flash /etc/shells.bak; \ ${ECHO_CMD} ${PREFIX}/bin/flash) > /etc/shells 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 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 |