diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-14 13:49:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-14 13:49:25 +0000 |
commit | ea7631f9df3bfedf9409898106c0a8287c6086c1 (patch) | |
tree | 7f1de940d0a94966bf94d9c9351ac8ded71dff63 /textproc/ispell-base | |
parent | 3576243d1d1bf410c114b8721db5c6ba409c808f (diff) | |
download | pkgsrc-ea7631f9df3bfedf9409898106c0a8287c6086c1.tar.gz |
Fix building. Alistair says I should mention that 'agc is a lousy bozo
who never tests anything', so I'll do him the favour.
Diffstat (limited to 'textproc/ispell-base')
-rw-r--r-- | textproc/ispell-base/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ispell-base/Makefile b/textproc/ispell-base/Makefile index 8efebc0f9cd..0ad2ac57433 100644 --- a/textproc/ispell-base/Makefile +++ b/textproc/ispell-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/14 12:10:22 agc Exp $ +# $NetBSD: Makefile,v 1.2 2001/03/14 13:49:25 wiz Exp $ # DISTNAME= ispell-3.1.20 @@ -12,6 +12,8 @@ COMMENT= Interactive spelling checker CONFLICTS+= ispell-[0-9]* +MAKE_FLAGS+= TMPDIR="${WRKDIR}" + WRKSRC= ${WRKDIR}/ispell-3.1 USE_GTEXINFO= yes |