diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
commit | c703665fd61c774a392a6785e6b1c49569072bf1 (patch) | |
tree | fadaf059519c61c85fed9e8be59d5c262720f5d3 /shells | |
parent | b6234e33d2dcb7767ac29adb112187db9036c665 (diff) | |
download | FreeBSD-ports-c703665fd61c774a392a6785e6b1c49569072bf1.zip FreeBSD-ports-c703665fd61c774a392a6785e6b1c49569072bf1.tar.gz |
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 4 | ||||
-rw-r--r-- | shells/bash2/Makefile | 4 | ||||
-rw-r--r-- | shells/bash3/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 211c8940b..5bc80cb 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -3,7 +3,7 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.35 1999/05/28 05:16:08 ache Exp $ +# $Id: Makefile,v 1.36 1999/06/05 22:31:47 mharo Exp $ # DISTNAME= bash-2.03 @@ -23,7 +23,7 @@ MAN1= bash.1 bashbug.1 post-install: ${CP} /etc/shells /etc/shells.bak - (${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; echo ${PREFIX}/bin/bash) >/etc/shells + (${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; ${ECHO} ${PREFIX}/bin/bash) >/etc/shells ${RM} /etc/shells.bak .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/bash diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 211c8940b..5bc80cb 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -3,7 +3,7 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.35 1999/05/28 05:16:08 ache Exp $ +# $Id: Makefile,v 1.36 1999/06/05 22:31:47 mharo Exp $ # DISTNAME= bash-2.03 @@ -23,7 +23,7 @@ MAN1= bash.1 bashbug.1 post-install: ${CP} /etc/shells /etc/shells.bak - (${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; echo ${PREFIX}/bin/bash) >/etc/shells + (${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; ${ECHO} ${PREFIX}/bin/bash) >/etc/shells ${RM} /etc/shells.bak .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/bash diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index 211c8940b..5bc80cb 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -3,7 +3,7 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.35 1999/05/28 05:16:08 ache Exp $ +# $Id: Makefile,v 1.36 1999/06/05 22:31:47 mharo Exp $ # DISTNAME= bash-2.03 @@ -23,7 +23,7 @@ MAN1= bash.1 bashbug.1 post-install: ${CP} /etc/shells /etc/shells.bak - (${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; echo ${PREFIX}/bin/bash) >/etc/shells + (${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; ${ECHO} ${PREFIX}/bin/bash) >/etc/shells ${RM} /etc/shells.bak .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/bash |