diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 09:39:59 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 09:39:59 +0000 |
commit | 8fdfd132857c04bb73e27c95cfd950ceb1e349e5 (patch) | |
tree | 1bbe88f40ac5398bca24bb78d418853ba0c1e5a8 /chinese/firebird | |
parent | d5819cf5478f5c222d63b9fd7a583910a204ab12 (diff) | |
download | ports-8fdfd132857c04bb73e27c95cfd950ceb1e349e5.tar.gz ports-8fdfd132857c04bb73e27c95cfd950ceb1e349e5.zip |
Notes
Diffstat (limited to 'chinese/firebird')
-rw-r--r-- | chinese/firebird/Makefile | 14 |
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> |