summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libjsearch
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-01-29 12:14:18 +0000
committerknu <knu@FreeBSD.org>2002-01-29 12:14:18 +0000
commitb42679b22abe748375dc103dc7af39b174da3d87 (patch)
tree6f292c9bbc0306f65069d5ad6040e8e4e291c376 /x11-toolkits/libjsearch
parent4e5525b4be19a5420da69e36d65240ad0ea3056b (diff)
downloadFreeBSD-ports-b42679b22abe748375dc103dc7af39b174da3d87.zip
FreeBSD-ports-b42679b22abe748375dc103dc7af39b174da3d87.tar.gz
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.
Diffstat (limited to 'x11-toolkits/libjsearch')
-rw-r--r--x11-toolkits/libjsearch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/libjsearch/Makefile b/x11-toolkits/libjsearch/Makefile
index 49906b6..38358d0 100644
--- a/x11-toolkits/libjsearch/Makefile
+++ b/x11-toolkits/libjsearch/Makefile
@@ -86,7 +86,7 @@ post-extract:
.endfor
post-patch:
- @${ECHO} "SEARCHDIRS += ${PORTINCLUDES}" >> \
+ @${ECHO_CMD} "SEARCHDIRS += ${PORTINCLUDES}" >> \
${WRKSRC}/${EXTRALIBFILES_MAKE_WRKSRC}/jx_constants
post-build:
OpenPOWER on IntegriCloud