diff options
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 |