diff options
Diffstat (limited to 'editors/joe/Makefile')
-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 8d555cea20b..56b77825a20 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2003/07/17 21:34:31 grant Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/20 12:14:05 agc Exp $ # DISTNAME= joe2.8 PKGNAME= joe-2.8 PKGREVISION= 2 -WRKSRC= ${WRKDIR}/joe CATEGORIES= editors MASTER_SITES= ftp://ftp.std.com/src/editors/ EXTRACT_SUFX= .tar.Z @@ -12,6 +11,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= explorer@NetBSD.org COMMENT= Joe's own editor +WRKSRC= ${WRKDIR}/joe ALL_TARGET= joe CFLAGS+= -DTERMINFO |