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
commitd0418ce7472305b8096e8411b8fc8e7ae132755d (patch)
treee58cff9d2c8c11a82026f8cc9afb92fd9eb15cdd /editors/joe
parentdf6bcac8c819a7f6c5a006a599a628a815f06f0b (diff)
downloadpkgsrc-d0418ce7472305b8096e8411b8fc8e7ae132755d.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>