diff options
Diffstat (limited to 'textproc/ispell-base')
-rw-r--r-- | textproc/ispell-base/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/ispell-base/Makefile b/textproc/ispell-base/Makefile index 097f7735edb..b1f4475703a 100644 --- a/textproc/ispell-base/Makefile +++ b/textproc/ispell-base/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2003/01/10 15:33:59 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2003/03/29 12:42:38 jmmv Exp $ # DISTNAME= ispell-3.1.20 PKGNAME= ispell-base-3.1.20 PKGREVISION= 2 +WRKSRC= ${WRKDIR}/ispell-3.1 CATEGORIES= textproc MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ @@ -18,8 +19,6 @@ CONFLICTS+= ispell-[0-9]* MAKE_FLAGS+= TMPDIR="${WRKDIR}" -WRKSRC= ${WRKDIR}/ispell-3.1 - INFO_FILES= ispell.info .if exists(/usr/include/inttypes.h) |