diff options
Diffstat (limited to 'textproc/ispell-base')
-rw-r--r-- | textproc/ispell-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ispell-base/Makefile b/textproc/ispell-base/Makefile index 62848b3aaa6..8f315bef9ef 100644 --- a/textproc/ispell-base/Makefile +++ b/textproc/ispell-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/07/15 20:14:03 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2005/12/05 20:51:03 rillig Exp $ # DISTNAME= ispell-3.3.02 @@ -14,7 +14,7 @@ CONFLICTS+= ispell-[0-9]* USE_TOOLS+= mktemp:run -MAKE_FLAGS+= TMPDIR="${WRKDIR}" +MAKE_FLAGS+= TMPDIR=${WRKDIR:Q} .include "../../mk/bsd.prefs.mk" |