diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-02-22 00:14:35 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-02-22 00:14:35 +0000 |
commit | d95adfaa434e9d189374288b40d549cb1bfa732f (patch) | |
tree | 1eb2dcd2bd8a621b42891800f293f4b92aaf5d5c /textproc/ispell | |
parent | 85dbb69f55b8a0b24609c9fea3db6fdb58e85c81 (diff) | |
download | pkgsrc-d95adfaa434e9d189374288b40d549cb1bfa732f.tar.gz |
s/pre-fetch/pre-extract/
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index baed4ca326c..d9f19d3d46d 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -3,7 +3,7 @@ # Date created: 6 November 1994 # Whom: jmz # -# $NetBSD: Makefile,v 1.3 1998/01/24 23:41:36 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/02/22 00:14:35 hubertf Exp $ # FreeBSD Id: Makefile,v 1.21 1997/08/13 23:29:52 jmz Exp # @@ -19,7 +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-build pre-install: +pre-extract pre-build pre-install: .if !defined(ISPELL_FR) @echo '******************************************************' @echo '* Note that you can build a french/english version *' |