diff options
author | Brian Somers <brian@FreeBSD.org> | 1998-08-19 20:37:36 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1998-08-19 20:37:36 +0000 |
commit | 7d70569eb0b7cd4fb2da8fdbe63332d1c1bbeddd (patch) | |
tree | 01db4ea680546d3927cb79b94e3a4e877338f1fb | |
parent | f67f442cd4ac1dfa50d335144a52b299cb99d873 (diff) |
Notes
-rw-r--r-- | textproc/ispell/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index a74fb9c1acee..7b7f3fa760b7 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -4,7 +4,7 @@ # Date created: 6 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.22 1997/12/16 19:05:59 ache Exp $ +# $Id: Makefile,v 1.23 1997/12/16 20:17:36 ache Exp $ # DISTNAME= ispell-3.1 @@ -25,10 +25,10 @@ MAN4= ispell.4 english.4 pre-fetch pre-build pre-install: .if !defined(ISPELL_FR) - @echo '******************************************************' - @echo '* Note that you can build a french/english version *' - @echo '* by typing "make french" *' - @echo '******************************************************' + @echo '*********************************************************' + @echo '* Note that you can build a french or british version *' + @echo '* by typing "make french" or "make british" *' + @echo '*********************************************************' .else EXTRA_DICT= francais-IREQ-1.4.tar.gz MASTER_SITES+= ftp://ftp.robot.ireq.ca/pub/ispell/ |