diff options
author | jmz <jmz@FreeBSD.org> | 1997-02-11 00:16:02 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1997-02-11 00:16:02 +0800 |
commit | 76ab5342ec603a319443bbcdaef6d7ed262198dd (patch) | |
tree | 5e5143cdb60e0951b2d96daaff70f095c2d98a09 /textproc/ispell | |
parent | d6b0f1e375fed4dfb7ddeb6535d698004005a342 (diff) | |
download | freebsd-ports-gnome-76ab5342ec603a319443bbcdaef6d7ed262198dd.tar.gz freebsd-ports-gnome-76ab5342ec603a319443bbcdaef6d7ed262198dd.tar.zst freebsd-ports-gnome-76ab5342ec603a319443bbcdaef6d7ed262198dd.zip |
Print message about the possibility of building the french/english version
before the build phase too (if the distfile was already here, no message was
printed)
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index ca8f633c3c50..2c6b5ddc575b 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -3,7 +3,7 @@ # Date created: 6 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.16 1997/02/03 16:22:44 roberto Exp $ +# $Id: Makefile,v 1.17 1997/02/07 23:03:11 jmz Exp $ # DISTNAME= ispell-3.1 @@ -19,8 +19,7 @@ MAN1= buildhash.1 findaffix.1 ispell.1 munchlist.1 \ sq.1 tryaffix.1 unsq.1 MAN4= ispell.4 english.4 -pre-fetch: -pre-install: +pre-fetch pre-build pre-install: .if !defined(ISPELL_FR) @echo '******************************************************' @echo '* Note that you can build a french/english version *' |