diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /textproc/ispell-base/Makefile | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'textproc/ispell-base/Makefile')
-rw-r--r-- | textproc/ispell-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ispell-base/Makefile b/textproc/ispell-base/Makefile index be5d04a3e4b..b6f5eeaa393 100644 --- a/textproc/ispell-base/Makefile +++ b/textproc/ispell-base/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2003/08/09 11:27:49 seb Exp $ +# $NetBSD: Makefile,v 1.18 2004/01/20 12:26:49 agc 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/ @@ -17,6 +16,7 @@ COMMENT= Interactive spelling checker CONFLICTS+= ispell-[0-9]* +WRKSRC= ${WRKDIR}/ispell-3.1 MAKE_FLAGS+= TMPDIR="${WRKDIR}" USE_MAKEINFO= YES |