diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-04 18:21:51 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-04 18:21:51 +0000 |
commit | cf9ae09b22db731e08ebad06ef8805e6aa9ce4a8 (patch) | |
tree | b6fea5985de560890b4022f25b7b98dca90c0ba7 /textproc | |
parent | c54c3907dc1f277a4535007343d9b5f7785d5d4c (diff) | |
download | ports-cf9ae09b22db731e08ebad06ef8805e6aa9ce4a8.tar.gz ports-cf9ae09b22db731e08ebad06ef8805e6aa9ce4a8.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index dcc2a1403586..a0986bbaed84 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -4,7 +4,7 @@ # Date created: 6 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.26 1998/12/02 05:01:53 asami Exp $ +# $Id: Makefile,v 1.27 1998/12/03 02:58:57 asami Exp $ # DISTNAME= ispell-3.1 @@ -23,12 +23,14 @@ MAN1= buildhash.1 findaffix.1 ispell.1 munchlist.1 \ sq.1 tryaffix.1 unsq.1 MAN4= ispell.4 english.4 -pre-fetch pre-build pre-install: .if !defined(ISPELL_FR) +.if (make(patch) || make(configure) || make(build) || make (install)) +.BEGIN: @echo '*********************************************************' @echo '* Note that you can build a french or british version *' @echo '* by typing "make french" or "make british" *' @echo '*********************************************************' +.endif .else EXTRA_DICT= francais-IREQ-1.4.tar.gz MASTER_SITES+= ftp://ftp.robot.ireq.ca/pub/ispell/ |