From 636d22a71fa1be4d02afad39a893bb16bac85617 Mon Sep 17 00:00:00 2001 From: torstenb Date: Wed, 27 Sep 1995 22:57:42 +0000 Subject: Upgrade to mc-3.0 --- misc/mc/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'misc/mc/Makefile') diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 238cfbd..e44f69f 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -1,18 +1,21 @@ # New ports collection makefile for: mc -# Version required: 2.1 +# Version required: 3.0 # Date created: 15 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/07/15 23:43:34 torstenb Exp $ # -DISTNAME= mc-2.1 +DISTNAME= mc-3.0 CATEGORIES= utilities MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ GNU_CONFIGURE= YES +CONFIGURE_ARGS= --prefix=${PREFIX} --with-ncurses + +STRIP= post-install: - @gzip -9nf ${PREFIX}/man/man1/mc.1 + @gzip -9nf ${PREFIX}/man/man1/mc.1 ${PREFIX}/man/man8/mc.8 .include -- cgit v1.1