diff options
author | agc <agc> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:18:15 +0000 |
commit | 5cbdd5a83eb94d1543656588fad97fad4abdff01 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /textproc/ispell-emacs | |
parent | 06f56759ab83097f935dffe578fb2580c3043d6b (diff) | |
download | pkgsrc-5cbdd5a83eb94d1543656588fad97fad4abdff01.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'textproc/ispell-emacs')
-rw-r--r-- | textproc/ispell-emacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ispell-emacs/Makefile b/textproc/ispell-emacs/Makefile index a1f6c5ad6e7..aaf643933ec 100644 --- a/textproc/ispell-emacs/Makefile +++ b/textproc/ispell-emacs/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 22:54:23 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/20 12:26:50 agc Exp $ # DISTNAME= ispell.el PKGNAME= ispell-emacs-3.6 -WRKSRC= ${WRKDIR} CATEGORIES= textproc MASTER_SITES= ftp://kdstevens.com/pub/stevens/ EXTRACT_SUFX= .gz @@ -15,6 +14,7 @@ COMMENT= Emacs interface for ispell spell checker DEPENDS= ispell-base-[0-9]*:../../textproc/ispell-base DIST_SUBDIR= ${PKGNAME_NOREV} +WRKSRC= ${WRKDIR} NO_CONFIGURE= # NO_BUILD= # |