diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
commit | b8f8618362b39a01e2225feef7d298fb22cafe2f (patch) | |
tree | 67a28a0746219c11b5e630daec412185165d3ed9 /net/cvsup | |
parent | Update 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}
Diffstat (limited to 'net/cvsup')
-rw-r--r-- | net/cvsup/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index 4c798c7a92f2..8bc45d2e0002 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -3,7 +3,7 @@ # Date created: 7 August 1996 # Whom: asami # -# $Id: Makefile,v 1.31 1999/01/28 05:39:14 jdp Exp $ +# $Id: Makefile,v 1.32 1999/02/10 02:47:55 jdp Exp $ # DISTNAME= cvsup-16.0 @@ -24,8 +24,8 @@ MAN8= cvsupd.8 M3FLAGS+= -DNOGUI .else pre-fetch: - @echo -n "To build this port without X11 (and without the GUI)," - @echo " define \"NO_X11\"." + @${ECHO_MSG} -n "To build this port without X11 (and without the GUI)," + @${ECHO_MSG} " define \"NO_X11\"." .endif |