summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 12:14:18 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 12:14:18 +0000
commita80f0bd0dd7d4db692d81c1f2fe73f117828db0d (patch)
treee1ba2085cc7146328f30ef47d6e9941c2e1d05c3 /x11-fm
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.
Notes
Notes: svn path=/head/; revision=53961
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/systemg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/systemg/Makefile b/x11-fm/systemg/Makefile
index 9aa4139d7f85..4cc4d0c010e0 100644
--- a/x11-fm/systemg/Makefile
+++ b/x11-fm/systemg/Makefile
@@ -70,7 +70,7 @@ post-extract:
.endfor
post-patch:
- @${ECHO} "SEARCHDIRS += ${PORTINCLUDES}" >> \
+ @${ECHO_CMD} "SEARCHDIRS += ${PORTINCLUDES}" >> \
${WRKSRC}/${EXTRALIBFILES_MAKE_WRKSRC}/jx_constants
pre-build: