diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-24 04:44:49 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-24 04:44:49 +0000 |
commit | 4d247b6a9f9639bb485a866b18337bb80cc26131 (patch) | |
tree | e58cff9d2c8c11a82026f8cc9afb92fd9eb15cdd /editors | |
parent | 6a708db03536114bfe86303450af21b89b568d60 (diff) | |
download | pkgsrc-4d247b6a9f9639bb485a866b18337bb80cc26131.tar.gz |
portlint: move WRKSRC, add MAINTAINER
Diffstat (limited to 'editors')
-rw-r--r-- | editors/joe/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 22196974da5..9e5443e03bb 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -5,7 +5,7 @@ # # Imported into NetBSD by explorer@flame.org # -# $NetBSD: Makefile,v 1.2 1997/10/29 19:56:55 explorer Exp $ +# $NetBSD: Makefile,v 1.3 1998/01/24 04:44:49 hubertf Exp $ # FreeBSD Id: Makefile,v 1.3 1996/11/17 07:01:28 obrien Exp # @@ -15,8 +15,10 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.std.com/src/editors/ EXTRACT_SUFX= .tar.Z -WRKSRC= ${WRKDIR}/joe +MAINTAINER= explorer@netbsd.org + ALL_TARGET= joe +WRKSRC= ${WRKDIR}/joe MAN1= joe.1 .include <bsd.port.mk> |