summaryrefslogtreecommitdiff
path: root/misc/mc
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1996-10-01 03:53:49 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1996-10-01 03:53:49 +0000
commit6252966ec9f03c8bc3d89a560256acb53e1e548f (patch)
tree2a97494da12472a57fe743952774901ffce5fbec /misc/mc
parentUpdate to 6.1 (diff)
Update to 3.2.1
Notes
Notes: svn path=/head/; revision=3904
Diffstat (limited to 'misc/mc')
-rw-r--r--misc/mc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index bc17afae17af..6c2b32f65694 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: mc
-# Version required: 3.0
+# Version required: 3.2.1
# Date created: 15 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.2 1995/09/27 22:57:28 torstenb Exp $
+# $Id: Makefile,v 1.3 1995/11/26 10:47:52 asami Exp $
#
-DISTNAME= mc-3.0
+DISTNAME= mc-3.2.1
CATEGORIES= misc
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
@@ -16,6 +16,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --with-ncurses
STRIP=
post-install:
- @gzip -9nf ${PREFIX}/man/man1/mc.1 ${PREFIX}/man/man8/mc.8
+ @gzip -9nf ${PREFIX}/man/man1/mc.1 ${PREFIX}/man/man8/mcserv.8
.include <bsd.port.mk>