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/delegate | |
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}
Notes
Notes:
svn path=/head/; revision=21034
Diffstat (limited to 'net/delegate')
-rw-r--r-- | net/delegate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/delegate/Makefile b/net/delegate/Makefile index 17107fab1a87..739435b48602 100644 --- a/net/delegate/Makefile +++ b/net/delegate/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1997 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.15 1999/04/18 06:31:27 max Exp $ +# $Id: Makefile,v 1.16 1999/08/02 21:02:25 max Exp $ # DISTNAME= delegate5.9.3 @@ -17,7 +17,7 @@ MAKE_ENV= PATH=$${PATH}:. .if defined(BATCH) pre-build: - @echo "MANAGER=root@localhost" >> ${WRKSRC}/DELEGATE_CONF + @${ECHO} "MANAGER=root@localhost" >> ${WRKSRC}/DELEGATE_CONF .endif do-install: |