summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-04-15 21:22:15 +0000
committeragc <agc@pkgsrc.org>2001-04-15 21:22:15 +0000
commit204aad3edcb58871c929ec5b5a2ffc7b5cbc8319 (patch)
tree9cb866d590f52f227296646d2708a65a109fafd0 /textproc
parent51616738cc7ac37c66ec5c35ef5970afe43a30ff (diff)
downloadpkgsrc-204aad3edcb58871c929ec5b5a2ffc7b5cbc8319.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')
-rw-r--r--textproc/ispell-british/Makefile4
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; \