diff options
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 |