summaryrefslogtreecommitdiff
path: root/misc/mc/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-05-02 21:19:55 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-05-02 21:19:55 +0000
commitfc5e2794f07581d05803ed0b47ab52ca9689f4a2 (patch)
tree8640be6f3fcde7eaef388444050f3dc0da691091 /misc/mc/Makefile
parentBugfix: (diff)
Upgrade to 4.1.31.
Notes
Notes: svn path=/head/; revision=10807
Diffstat (limited to 'misc/mc/Makefile')
-rw-r--r--misc/mc/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index 30e92b801f79..1e9d9c0869b6 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: mc
-# Version required: 4.1.30
+# Version required: 4.1.31
# Date created: 15 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.18 1998/03/11 06:06:13 vanilla Exp $
+# $Id: Makefile,v 1.19 1998/04/11 20:02:34 vanilla Exp $
#
-DISTNAME= mc-4.1.30
+DISTNAME= mc-4.1.31
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/file/managers/mc/devel
@@ -15,7 +15,9 @@ MAINTAINER= ports@FreeBSD.ORG
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-ncurses --without-edit --without-subshell --disable-nls
-MAN1= midc.1 mcedit.1
+CONFIGURE_ENV= INSTALL="/usr/bin/install -c"
+MAKE_ENV= CCOPTS="$(CFLAGS)"
+MAN1= midc.1
MAN8= mcserv.8
.include <bsd.port.mk>