summaryrefslogtreecommitdiff
path: root/databases/php-sqlrelay
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/php-sqlrelay
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/php-sqlrelay')
-rw-r--r--databases/php-sqlrelay/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/php-sqlrelay/Makefile b/databases/php-sqlrelay/Makefile
index 70fcb5e66e4b..da25ea9558d0 100644
--- a/databases/php-sqlrelay/Makefile
+++ b/databases/php-sqlrelay/Makefile
@@ -40,7 +40,7 @@ pre-install:
post-install:
dir=`php-config --extension-dir | ${SED} 's,^${LOCALBASE}/,,'`; \
- ${ECHO} "$$dir/sql_relay.so" >> ${TMPPLIST}; \
- ${ECHO} "@unexec rmdir %D/$$dir 2>/dev/null || true" >> ${TMPPLIST}
+ ${ECHO_CMD} "$$dir/sql_relay.so" >> ${TMPPLIST}; \
+ ${ECHO_CMD} "@unexec rmdir %D/$$dir 2>/dev/null || true" >> ${TMPPLIST}
.include <bsd.port.mk>