diff options
author | jwise <jwise@pkgsrc.org> | 1999-05-18 02:18:18 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 1999-05-18 02:18:18 +0000 |
commit | b3c6806dc8b87eb9e5a45e1d28779ad3c43d250e (patch) | |
tree | e3ed5644a7dfe7422ae67c8e1bc55f587361a04b /textproc | |
parent | ca3b296af27587b43639ccb9543b82c1ecbe7281 (diff) | |
download | pkgsrc-b3c6806dc8b87eb9e5a45e1d28779ad3c43d250e.tar.gz |
Somewhere along the line, ISPELL_FR broke. Fix it.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index d4876e984e7..25ec020aac6 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -1,16 +1,17 @@ -# $NetBSD: Makefile,v 1.18 1999/03/08 10:53:57 agc Exp $ +# $NetBSD: Makefile,v 1.19 1999/05/18 02:18:18 jwise Exp $ # FreeBSD Id: Makefile,v 1.21 1997/08/13 23:29:52 jmz Exp # DISTNAME= ispell-3.1.20 +WRKSRC= ${WRKDIR}/ispell-3.1 CATEGORIES= textproc MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ +# don't remove this. it's appended to if other languages are specified +DISTFILES= ispell-3.1.20.tar.gz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/ispell/ispell.html -WRKSRC= ${WRKDIR}/ispell-3.1 - MAKE_FLAGS= TMPDIR=${WRKDIR} SCRIPTS_ENV= "LANG=${ISPELL_LANG}" |