diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1996-10-01 03:53:49 +0000 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1996-10-01 03:53:49 +0000 |
commit | 74d2527c6b82354a7eb2399f25f30f885745dfe6 (patch) | |
tree | 733fb396dc8b891e061f036287a2a06c6497e9e2 /misc | |
parent | 75b0f4711e840cb354aa93a7775ca0936bb589da (diff) | |
download | FreeBSD-ports-74d2527c6b82354a7eb2399f25f30f885745dfe6.zip FreeBSD-ports-74d2527c6b82354a7eb2399f25f30f885745dfe6.tar.gz |
Update to 3.2.1
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index bc17afa..6c2b32f 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> |