summaryrefslogtreecommitdiff
path: root/databases/firebird20-server
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 09:45:01 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 09:45:01 +0000
commitc8eb0d48785c0ccaefec1e6760abc6623f08d233 (patch)
tree22976d84e83439a4ed13de075a5a82fe1d68b428 /databases/firebird20-server
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=53949
Diffstat (limited to 'databases/firebird20-server')
-rw-r--r--databases/firebird20-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/firebird20-server/Makefile b/databases/firebird20-server/Makefile
index 0fffe53812ff..227d8c4a3a44 100644
--- a/databases/firebird20-server/Makefile
+++ b/databases/firebird20-server/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
@( \