diff options
author | asami <asami@FreeBSD.org> | 1997-12-25 22:29:52 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-12-25 22:29:52 +0000 |
commit | f64e8205f0137f683eab98cd135658efc4d521ce (patch) | |
tree | 08cc308b66ea53ea74832bb5eb0426cfd544b40a /editors/e93/Makefile | |
parent | 85a77e68a5b3cf704192c0604484cf85ba114048 (diff) | |
download | FreeBSD-ports-f64e8205f0137f683eab98cd135658efc4d521ce.zip FreeBSD-ports-f64e8205f0137f683eab98cd135658efc4d521ce.tar.gz |
Be more selective about which ports to maintain. I no longer have time
to maintain all these ports I once committed (sometimes as a proxy).
Diffstat (limited to 'editors/e93/Makefile')
-rw-r--r-- | editors/e93/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile index 6502e87..dec5b88 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -3,7 +3,7 @@ # Date created: 21 June 1995 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.12 1997/07/13 18:49:14 max Exp $ +# $Id: Makefile,v 1.13 1997/09/18 08:02:35 asami Exp $ # DISTNAME= e93-1.2r6X @@ -12,7 +12,7 @@ CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= editors -MAINTAINER= asami@FreeBSD.ORG +MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl80 |