diff options
Diffstat (limited to 'textproc/ispell-base/Makefile')
-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 |