diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /editors/joe | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'editors/joe')
-rw-r--r-- | editors/joe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index a6c37854075..8ca8122b62e 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2001/11/29 01:12:31 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 2003/03/29 12:40:43 jmmv Exp $ # DISTNAME= joe2.8 PKGNAME= joe-2.8 PKGREVISION= 1 +WRKSRC= ${WRKDIR}/joe CATEGORIES= editors MASTER_SITES= ftp://ftp.std.com/src/editors/ EXTRACT_SUFX= .tar.Z @@ -12,7 +13,6 @@ MAINTAINER= explorer@netbsd.org COMMENT= Joe's own editor ALL_TARGET= joe -WRKSRC= ${WRKDIR}/joe CFLAGS+= -DTERMINFO |