diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-27 05:36:20 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-27 05:36:20 +0000 |
commit | adce277bc813a002900cdef702950f6494e74964 (patch) | |
tree | fdfe0d8288fe149741d1aa04b08811a33fa70494 /editors/joe | |
parent | 9521de5394b931844dea8c7396b1f5f2d7332b36 (diff) | |
download | ports-adce277bc813a002900cdef702950f6494e74964.tar.gz ports-adce277bc813a002900cdef702950f6494e74964.zip |
Notes
Diffstat (limited to 'editors/joe')
-rw-r--r-- | editors/joe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 58c28e987f11..1dd7cd97b7ad 100644 --- a/editors/joe/Makefile +++ b/editors/joe/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 |