diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-04-16 12:44:26 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-04-16 12:44:26 +0000 |
commit | c63ebb7a1384c3524dbef0d2bbae4445d1383067 (patch) | |
tree | 80c5b03938fc903e614130e64b83a7fe912583bf /textproc | |
parent | aa6791fda4b533414eaded53d0dc032605ea5eaf (diff) | |
download | pkgsrc-c63ebb7a1384c3524dbef0d2bbae4445d1383067.tar.gz |
Add SCRIPTS_ENV="LANG=${LANG}"; fixes pr 5126 by Dave Sainty.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 9f6ff0cd98d..234d29b7d6b 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/04/15 10:38:50 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/04/16 12:44:26 frueauf Exp $ # FreeBSD Id: Makefile,v 1.21 1997/08/13 23:29:52 jmz Exp # @@ -10,6 +10,8 @@ MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ MAINTAINER= jmz@FreeBSD.org MAKE_FLAGS= TMPDIR=${.CURDIR} -f +SCRIPTS_ENV= "LANG=${LANG}" + MAN1= buildhash.1 findaffix.1 ispell.1 munchlist.1 \ sq.1 tryaffix.1 unsq.1 MAN4= ispell.4 english.4 |