diff options
author | brian <brian@FreeBSD.org> | 1998-08-20 04:37:36 +0800 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1998-08-20 04:37:36 +0800 |
commit | 62761446384cb4825b8396eca2a14f0fa97e46a9 (patch) | |
tree | 95a8f8d91ff0065a89cb50c8e841d075bcefa511 /textproc | |
parent | d4214de51fbbbfbacd22fb0f5596ad241416a592 (diff) | |
download | freebsd-ports-gnome-62761446384cb4825b8396eca2a14f0fa97e46a9.tar.gz freebsd-ports-gnome-62761446384cb4825b8396eca2a14f0fa97e46a9.tar.zst freebsd-ports-gnome-62761446384cb4825b8396eca2a14f0fa97e46a9.zip |
Make the "make french/british" comment clearer.
Diffstat (limited to 'textproc')
-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/ |