diff options
author | torstenb <torstenb@FreeBSD.org> | 1995-09-27 22:57:42 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1995-09-27 22:57:42 +0000 |
commit | 636d22a71fa1be4d02afad39a893bb16bac85617 (patch) | |
tree | 9543453c289db9c8b07efaaf2a9e332441c1c569 /misc/mc/Makefile | |
parent | b7ad04dd7b0f7671e3bd783feb67d42827b7ef9a (diff) | |
download | FreeBSD-ports-636d22a71fa1be4d02afad39a893bb16bac85617.zip FreeBSD-ports-636d22a71fa1be4d02afad39a893bb16bac85617.tar.gz |
Upgrade to mc-3.0
Diffstat (limited to 'misc/mc/Makefile')
-rw-r--r-- | misc/mc/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
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 <bsd.port.mk> |