summaryrefslogtreecommitdiff
path: root/editors/joe
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-01-24 04:44:49 +0000
committerhubertf <hubertf>1998-01-24 04:44:49 +0000
commitc44d3fb61b50d041f48a9151599fbcb0c7d1dee4 (patch)
treee58cff9d2c8c11a82026f8cc9afb92fd9eb15cdd /editors/joe
parentbdf13ff64083cb14dd8d57ded168bc953dd8d503 (diff)
downloadpkgsrc-c44d3fb61b50d041f48a9151599fbcb0c7d1dee4.tar.gz
portlint: move WRKSRC, add MAINTAINER
Diffstat (limited to 'editors/joe')
-rw-r--r--editors/joe/Makefile6
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>