diff options
Diffstat (limited to 'misc/mc/Makefile')
-rw-r--r-- | misc/mc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 253b4808434c..0b0c10875bd9 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -3,16 +3,17 @@ # Date created: 15 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.5 1996/10/20 15:22:09 max Exp $ +# $Id: Makefile,v 1.6 1996/10/20 19:23:42 max Exp $ # DISTNAME= mc-3.2.1 CATEGORIES= misc MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +MAINTAINER= torstenb@FreeBSD.ORG + GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-ncurses - STRIP= post-install: |