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 /net/cvsup | |
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 '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 4c798c7..8bc45d2 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 |