diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | bd104e94125bfe7dfcebf5b4161276a4198449e9 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /textproc/ispell-base | |
parent | 7cae7f609b643bad775c5f59251c32e609dbdc0a (diff) | |
download | pkgsrc-bd104e94125bfe7dfcebf5b4161276a4198449e9.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
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) |