diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-05 07:13:36 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-05 07:13:36 +0000 |
commit | 1f37ad9dba0422eb8691763a53f6b031f9ffb98d (patch) | |
tree | b2ce7bbcba868a8b70a983e03798e1f67b7be9f0 /chinese/firebird | |
parent | 694c60415a713dbd16c6e93c405738909b1cb757 (diff) | |
download | FreeBSD-ports-1f37ad9dba0422eb8691763a53f6b031f9ffb98d.zip FreeBSD-ports-1f37ad9dba0422eb8691763a53f6b031f9ffb98d.tar.gz |
Fix minor typo. No need to bump PORTREVISION.
Diffstat (limited to 'chinese/firebird')
-rw-r--r-- | chinese/firebird/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/firebird/Makefile b/chinese/firebird/Makefile index a4248ae..beaf910 100644 --- a/chinese/firebird/Makefile +++ b/chinese/firebird/Makefile @@ -29,7 +29,7 @@ post-install: ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/bbs.sh.example ${PREFIX}/etc/rc.d/bbs.sh.example; \ fi @${ECHO} "=======================================================================" - @${ECHO} "Installnation Complete." + @${ECHO} "Installation 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:" |