diff options
author | agc <agc> | 2001-04-15 21:22:15 +0000 |
---|---|---|
committer | agc <agc> | 2001-04-15 21:22:15 +0000 |
commit | d89172306b3f701c6434aed639bbf55738b662d5 (patch) | |
tree | 9cb866d590f52f227296646d2708a65a109fafd0 /textproc/ispell-british | |
parent | f3dd2dd133081e9d65553405c5d89d6f2d53c5d1 (diff) | |
download | pkgsrc-d89172306b3f701c6434aed639bbf55738b662d5.tar.gz |
Use the same package Makefile setting for TMPDIR that the ispell-base
package uses.
Fixes PR 12617 from Greg Woods
Diffstat (limited to 'textproc/ispell-british')
-rw-r--r-- | textproc/ispell-british/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ispell-british/Makefile b/textproc/ispell-british/Makefile index 50ac6ea3739..eedc9cba958 100644 --- a/textproc/ispell-british/Makefile +++ b/textproc/ispell-british/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/03/15 15:27:40 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/04/15 21:22:15 agc Exp $ # DISTNAME= ispell-3.1.20 @@ -18,6 +18,8 @@ ALL_TARGET= config.sh all-languages DICT_LANG= british +MAKE_FLAGS+= TMPDIR="${WRKDIR}" + do-configure: cd ${WRKSRC}; \ ${SED} -e 's|/usr/local|${PREFIX}|g' <local.h.samp >local.h; \ |