summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-08-19 20:37:36 +0000
committerbrian <brian@FreeBSD.org>1998-08-19 20:37:36 +0000
commit62761446384cb4825b8396eca2a14f0fa97e46a9 (patch)
tree95a8f8d91ff0065a89cb50c8e841d075bcefa511
parentd4214de51fbbbfbacd22fb0f5596ad241416a592 (diff)
downloadFreeBSD-ports-62761446384cb4825b8396eca2a14f0fa97e46a9.zip
FreeBSD-ports-62761446384cb4825b8396eca2a14f0fa97e46a9.tar.gz
Make the "make french/british" comment clearer.
-rw-r--r--textproc/ispell/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
index a74fb9c..7b7f3fa 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/
OpenPOWER on IntegriCloud