aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/firebird
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-01-29 17:39:59 +0800
committerknu <knu@FreeBSD.org>2002-01-29 17:39:59 +0800
commit476fa54a5c6f73ef5e86683a76da131e57c54e53 (patch)
tree7b692450db0c58c5e0c3dc0af9bc30d903667174 /chinese/firebird
parent4da97adde01886935ba4f608070b88f44e9486da (diff)
downloadfreebsd-ports-gnome-476fa54a5c6f73ef5e86683a76da131e57c54e53.tar.gz
freebsd-ports-gnome-476fa54a5c6f73ef5e86683a76da131e57c54e53.tar.zst
freebsd-ports-gnome-476fa54a5c6f73ef5e86683a76da131e57c54e53.zip
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. Use command macros where appropriate.
Diffstat (limited to 'chinese/firebird')
-rw-r--r--chinese/firebird/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/chinese/firebird/Makefile b/chinese/firebird/Makefile
index 5456dae3bfbf..e4568a1214f4 100644
--- a/chinese/firebird/Makefile
+++ b/chinese/firebird/Makefile
@@ -25,12 +25,12 @@ post-install:
${ECHO} "Installing ${PREFIX}/etc/rc.d/bbs.sh.example startup file."; \
${INSTALL_SCRIPT} -m 751 ${FILESDIR}/bbs.sh.example ${PREFIX}/etc/rc.d/bbs.sh.example; \
fi
- @echo "======================================================================="
- @echo "Installnation Complete."
- @echo "======================================================================="
- @echo "please review ${PREFIX}/etc/rc.d/bbs.sh.example change bbsd port you want"
- @echo "then rename to ${PREFIX}/etc/rc.d/bbs.sh then:"
- @echo "use ${PREFIX}/etc/rc.d/bbs.sh { start | stop } to start the BBS service"
- @echo "full and complete document in ${PREFIX}/bbs/bbssrc/doc read before ask."
+ @${ECHO} "======================================================================="
+ @${ECHO} "Installnation Complete."
+ @${ECHO} "======================================================================="
+ @${ECHO} "please review ${PREFIX}/etc/rc.d/bbs.sh.example change bbsd port you want"
+ @${ECHO} "then rename to ${PREFIX}/etc/rc.d/bbs.sh then:"
+ @${ECHO} "use ${PREFIX}/etc/rc.d/bbs.sh { start | stop } to start the BBS service"
+ @${ECHO} "full and complete document in ${PREFIX}/bbs/bbssrc/doc read before ask."
.include <bsd.port.mk>