diff options
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 234d29b7d6b..bb297cf0280 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/04/16 12:44:26 frueauf Exp $ +# $NetBSD: Makefile,v 1.7 1998/04/20 11:56:33 frueauf Exp $ # FreeBSD Id: Makefile,v 1.21 1997/08/13 23:29:52 jmz Exp # @@ -7,7 +7,7 @@ WRKSRC= ${WRKDIR}/ispell-3.1 CATEGORIES= textproc MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ -MAINTAINER= jmz@FreeBSD.org +MAINTAINER= packages@netbsd.org MAKE_FLAGS= TMPDIR=${.CURDIR} -f SCRIPTS_ENV= "LANG=${LANG}" |