diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-27 13:36:20 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-27 13:36:20 +0800 |
commit | 17dc925e09c71e7c4d8762dc7600255f2424e36e (patch) | |
tree | 33a0286475fbe89cd690f8c760fd003c3d84a669 /editors/joe2 | |
parent | 77b773b6d8507881926a6b0ac70ab4b723f9b88e (diff) | |
download | freebsd-ports-gnome-17dc925e09c71e7c4d8762dc7600255f2424e36e.tar.gz freebsd-ports-gnome-17dc925e09c71e7c4d8762dc7600255f2424e36e.tar.zst freebsd-ports-gnome-17dc925e09c71e7c4d8762dc7600255f2424e36e.zip |
Add a MAINTAINER to this port.
PR: 12405
Submitted by: andrews@technologist.com
Diffstat (limited to 'editors/joe2')
-rw-r--r-- | editors/joe2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/joe2/Makefile b/editors/joe2/Makefile index 58c28e987f11..1dd7cd97b7ad 100644 --- a/editors/joe2/Makefile +++ b/editors/joe2/Makefile @@ -3,7 +3,7 @@ # Date created: 01 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.2 1996/06/11 21:55:48 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/17 07:01:28 obrien Exp $ # DISTNAME= joe2.8 @@ -12,6 +12,8 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.std.com/src/editors/ EXTRACT_SUFX= .tar.Z +MAINTAINER= andrews@technologist.com + WRKSRC= ${WRKDIR}/joe ALL_TARGET= joe MAN1= joe.1 |