diff options
author | jwise <jwise> | 1999-05-18 02:18:18 +0000 |
---|---|---|
committer | jwise <jwise> | 1999-05-18 02:18:18 +0000 |
commit | 3c0a2e437a60838afa1afe820b1b03b0cc007ade (patch) | |
tree | e3ed5644a7dfe7422ae67c8e1bc55f587361a04b /textproc/ispell | |
parent | aaeb3881b701d86289ec9ec8851862de3d6f909f (diff) | |
download | pkgsrc-3c0a2e437a60838afa1afe820b1b03b0cc007ade.tar.gz |
Somewhere along the line, ISPELL_FR broke. Fix it.
Diffstat (limited to 'textproc/ispell')
-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}" |