diff options
author | torstenb <torstenb@FreeBSD.org> | 1997-05-26 05:24:32 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1997-05-26 05:24:32 +0800 |
commit | 7997a34370026d1ae437040414efa6542a3357fa (patch) | |
tree | d4ca4304fb41192956aa31625fb09945166617f9 | |
parent | c71f32b4aabef935ab6c04839fc26bbc20243665 (diff) | |
download | freebsd-ports-graphics-7997a34370026d1ae437040414efa6542a3357fa.tar.gz freebsd-ports-graphics-7997a34370026d1ae437040414efa6542a3357fa.tar.zst freebsd-ports-graphics-7997a34370026d1ae437040414efa6542a3357fa.zip |
I don't maintain this port
satoshi added myself a the maintainer in rev 1.7 wihout asking me - he did
not even mention it in the commit message
-rw-r--r-- | misc/mc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index e1404f4a39c..61ba02846c8 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -3,15 +3,13 @@ # Date created: 15 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.8 1996/11/17 09:06:08 obrien Exp $ +# $Id: Makefile,v 1.9 1996/11/18 10:25:14 asami Exp $ # DISTNAME= mc-3.2.1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} -MAINTAINER= torstenb@FreeBSD.ORG - GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-ncurses STRIP= |