summaryrefslogtreecommitdiff
path: root/textproc/ispell-base
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit5cbdd5a83eb94d1543656588fad97fad4abdff01 (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /textproc/ispell-base
parent06f56759ab83097f935dffe578fb2580c3043d6b (diff)
downloadpkgsrc-5cbdd5a83eb94d1543656588fad97fad4abdff01.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'textproc/ispell-base')
-rw-r--r--textproc/ispell-base/Makefile4
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