diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-06-01 23:31:41 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-06-01 23:31:41 +0000 |
commit | 9744c37525b122c735f466fca214fac283cc844a (patch) | |
tree | 551aa0d3de36b2daf8aa944c6c2a24ed75737e0d /misc/mc/Makefile | |
parent | a2280d4b87e1614770d01d36bad127f9ef93d000 (diff) | |
download | ports-9744c37525b122c735f466fca214fac283cc844a.tar.gz ports-9744c37525b122c735f466fca214fac283cc844a.zip |
Notes
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 1e9d9c0869b6..9fc7888037c9 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 |