summaryrefslogtreecommitdiff
path: root/net/cvsup-mirror/Makefile
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-mirror/Makefile
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-mirror/Makefile')
-rw-r--r--net/cvsup-mirror/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/cvsup-mirror/Makefile b/net/cvsup-mirror/Makefile
index eb1d7d2bde29..f83359634b84 100644
--- a/net/cvsup-mirror/Makefile
+++ b/net/cvsup-mirror/Makefile
@@ -3,7 +3,7 @@
# Date created: 01 February 1997
# Whom: jdp
#
-# $Id: Makefile,v 1.4 1998/06/27 05:19:58 asami Exp $
+# $Id: Makefile,v 1.5 1999/08/22 23:33:09 mharo Exp $
#
DISTNAME= cvsup-mirror-1.0
@@ -28,7 +28,7 @@ do-extract:
@test -d ${WRKSRC} || ${MKDIR} ${WRKSRC}
do-install:
- @echo "Installing files"
+ @${ECHO_MSG} "Installing files"
@test -d ${base} || ${MKDIR} ${base}
@test -d ${rc} || ${MKDIR} ${rc}
@${INSTALL_DATA} ${WRKSRC}/config.sh ${base}