summaryrefslogtreecommitdiff
path: root/net/cvsup
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 /net/cvsup
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 'net/cvsup')
-rw-r--r--net/cvsup/Makefile6
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