diff options
author | tron <tron> | 1998-11-22 21:21:38 +0000 |
---|---|---|
committer | tron <tron> | 1998-11-22 21:21:38 +0000 |
commit | 920f041c68d9890462d34eeec602923983ff1b41 (patch) | |
tree | 994f165e4f4dce0876849c10e5a3504a36c206d9 /textproc/ispell | |
parent | d6c5d0582249091a540e720d668514a12a2bc3d4 (diff) | |
download | pkgsrc-920f041c68d9890462d34eeec602923983ff1b41.tar.gz |
Use "${WRKDIR}" as temporary directory as suggested by William O Ferry
in PR pkg/6482.
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 3e2a49437e7..09481859795 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/11/13 15:26:06 mycroft Exp $ +# $NetBSD: Makefile,v 1.14 1998/11/22 21:21:38 tron Exp $ # FreeBSD Id: Makefile,v 1.21 1997/08/13 23:29:52 jmz Exp # @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/ispell/ispell.html -MAKE_FLAGS= TMPDIR=${.CURDIR} +MAKE_FLAGS= TMPDIR=${WRKDIR} SCRIPTS_ENV= "LANG=${LANG}" USE_GTEXINFO= yes INFO_FILES= ispell |