summaryrefslogtreecommitdiff
path: root/audio/rplay/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 09:33:26 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 09:33:26 +0000
commitd5819cf5478f5c222d63b9fd7a583910a204ab12 (patch)
tree70921f07b2dd2adb1e2bd7b39922fb3af0c2bdf5 /audio/rplay/Makefile
parentUse ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; (diff)
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
Notes
Notes: svn path=/head/; revision=53947
Diffstat (limited to 'audio/rplay/Makefile')
-rw-r--r--audio/rplay/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile
index 33e6c94b1588..7783cced6190 100644
--- a/audio/rplay/Makefile
+++ b/audio/rplay/Makefile
@@ -37,7 +37,7 @@ post-install:
@${INSTALL_SCRIPT} -m 751 ${FILESDIR}/rplayd.sh ${PREFIX}/etc/rc.d/rplayd.sh
.endif
.if !exists(${PREFIX}/etc/rplay.hosts)
- @${ECHO} localhost > ${PREFIX}/etc/rplay.hosts
+ @${ECHO_CMD} localhost > ${PREFIX}/etc/rplay.hosts
.endif
.include <bsd.port.mk>