diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-06-01 23:31:41 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-06-01 23:31:41 +0000 |
commit | eff32ae37eb456146b7aff3b1d9dd0f17e76e72d (patch) | |
tree | e1991b261a625eba8335638d6b978539c615299c /misc/mc/Makefile | |
parent | d19dbb7fd986f4e68beb7ac383973810324bea44 (diff) | |
download | FreeBSD-ports-eff32ae37eb456146b7aff3b1d9dd0f17e76e72d.zip FreeBSD-ports-eff32ae37eb456146b7aff3b1d9dd0f17e76e72d.tar.gz |
Upgrade to 4.1.35.
Diffstat (limited to 'misc/mc/Makefile')
-rw-r--r-- | misc/mc/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 1e9d9c0..9fc7888 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -1,21 +1,21 @@ # New ports collection makefile for: mc -# Version required: 4.1.31 +# Version required: 4.1.35 # Date created: 15 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.19 1998/04/11 20:02:34 vanilla Exp $ +# $Id: Makefile,v 1.20 1998/05/02 21:19:48 vanilla Exp $ # -DISTNAME= mc-4.1.31 +DISTNAME= mc-4.1.35 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= utils/file/managers/mc/devel +MASTER_SITE_SUBDIR= utils/file/managers/mc MAINTAINER= ports@FreeBSD.ORG GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-ncurses --without-edit --without-subshell --disable-nls -CONFIGURE_ENV= INSTALL="/usr/bin/install -c" +CONFIGURE_ENV= INSTALL="$${INSTALL} -c" MAKE_ENV= CCOPTS="$(CFLAGS)" MAN1= midc.1 MAN8= mcserv.8 |