summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
commitb8f8618362b39a01e2225feef7d298fb22cafe2f (patch)
tree67a28a0746219c11b5e630daec412185165d3ed9 /news
parentUpdate to version 0.9.48 (diff)
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Notes
Notes: svn path=/head/; revision=21034
Diffstat (limited to 'news')
-rw-r--r--news/diablo/Makefile6
-rw-r--r--news/nntpcache/Makefile4
-rw-r--r--news/trn4/Makefile4
3 files changed, 7 insertions, 7 deletions
diff --git a/news/diablo/Makefile b/news/diablo/Makefile
index c3dcc6ebdae2..21bd54e96a1b 100644
--- a/news/diablo/Makefile
+++ b/news/diablo/Makefile
@@ -3,7 +3,7 @@
# Date created: June 2nd 1997
# Whom: jfitz
#
-# $Id: Makefile,v 1.5 1999/07/04 20:54:41 steve Exp $
+# $Id: Makefile,v 1.6 1999/08/22 18:59:40 mharo Exp $
#
DISTNAME= diablo-1.15-rel
@@ -65,9 +65,9 @@ post-install:
@ ${ECHO} "if [ -x ${PREFIX}/news/rc.news ]" >> \
${PREFIX}/etc/rc.d/diablo.sh
@ ${ECHO} "then" >> ${PREFIX}/etc/rc.d/diablo.sh
- @ ${ECHO} "# ${PREFIX}/news/rc.news && echo -n ' diablo'" >> \
+ @ ${ECHO} "# ${PREFIX}/news/rc.news && ${ECHO} -n ' diablo'" >> \
${PREFIX}/etc/rc.d/diablo.sh
- @ ${ECHO} " echo -n ' diablo(disabled)'" >> \
+ @ ${ECHO} " ${ECHO} -n ' diablo(disabled)'" >> \
${PREFIX}/etc/rc.d/diablo.sh
@ ${ECHO} "fi" >> ${PREFIX}/etc/rc.d/diablo.sh
${CHMOD} 0750 ${PREFIX}/etc/rc.d/diablo.sh
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile
index 5579e59ce2c6..63855ee2d99f 100644
--- a/news/nntpcache/Makefile
+++ b/news/nntpcache/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 January 1997
# Whom: proff@suburbia.net
#
-# $Id: Makefile,v 1.10 1998/01/29 04:04:33 itojun Exp $
+# $Id: Makefile,v 1.11 1998/02/01 03:04:11 itojun Exp $
#
DISTNAME= nntpcache-2.3.2
@@ -42,7 +42,7 @@ post-install:
hardlink-pgp-files:
for i in ${PREFIX}/etc/nntpcache/*asc-dist ${PREFIX}/etc/nntpcache/*pgp-dist ; do \
- j=`echo $$i | sed -e 's/-dist//'`; \
+ j=`${ECHO} $$i | sed -e 's/-dist//'`; \
if [ \! -f $$j ]; then \
ln $$i $$j; \
fi; \
diff --git a/news/trn4/Makefile b/news/trn4/Makefile
index 5e06949e6d3d..29c505db55bb 100644
--- a/news/trn4/Makefile
+++ b/news/trn4/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 October 1994
# Whom: smace
#
-# $Id: Makefile,v 1.19 1999/02/09 17:48:55 mph Exp $
+# $Id: Makefile,v 1.20 1999/05/21 22:39:37 mph Exp $
#
DISTNAME= trn4-test72
@@ -20,7 +20,7 @@ IS_INTERACTIVE= yes
MAN1= trn.1 Pnews.1 Rnmail.1
pre-configure:
- @echo "===> Running pre-configure target for ${DISTNAME}"
+ @${ECHO_MSG} "===> Running pre-configure target for ${DISTNAME}"
@${SED} -e "s:__CC__:$(CC):" -e "s:__CFLAGS__:$(CFLAGS):" \
-e "s:/PREFIX:$(PREFIX):" ${SCRIPTDIR}/preconf > \
${WRKDIR}/preconf.new