summaryrefslogtreecommitdiffstats
path: root/databases/firebird
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-01-29 09:45:01 +0000
committerknu <knu@FreeBSD.org>2002-01-29 09:45:01 +0000
commit019f5b8781cb7f4aed099b67cf8af434adc77d7a (patch)
tree906e64279e88d62172a4b9809ccf36d0b7c443ec /databases/firebird
parent476fa54a5c6f73ef5e86683a76da131e57c54e53 (diff)
downloadFreeBSD-ports-019f5b8781cb7f4aed099b67cf8af434adc77d7a.zip
FreeBSD-ports-019f5b8781cb7f4aed099b67cf8af434adc77d7a.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 'databases/firebird')
-rw-r--r--databases/firebird/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/firebird/Makefile b/databases/firebird/Makefile
index 0fffe53..227d8c4 100644
--- a/databases/firebird/Makefile
+++ b/databases/firebird/Makefile
@@ -56,7 +56,7 @@ do-configure:
do-build:
@( \
- ${ECHO} '#!/bin/sh'; ${ECHO} \
+ ${ECHO_CMD} '#!/bin/sh'; ${ECHO_CMD} \
'[ -d ${LDCONFIG_RUNLIST} ] && ${LDCONFIG} -m ${LDCONFIG_RUNLIST}'; \
) > ${WRKDIR}/000.${PORTNAME}.sh
@( \
OpenPOWER on IntegriCloud