diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-18 02:29:28 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-18 02:29:28 +0000 |
commit | 1a126abcbedeccc76ffbbffcc59020847d49c241 (patch) | |
tree | e8a73af821f30962d44330bb693d05f61a9e90ec /misc/mc | |
parent | 736d3c5ca34012873b99c6102c91e62cdc73ab7a (diff) | |
download | ports-1a126abcbedeccc76ffbbffcc59020847d49c241.tar.gz ports-1a126abcbedeccc76ffbbffcc59020847d49c241.zip |
Notes
Diffstat (limited to 'misc/mc')
-rw-r--r-- | misc/mc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 66fc8977e654..331780350e6e 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -3,7 +3,7 @@ # Date created: 15 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.21 1998/06/01 23:31:36 vanilla Exp $ +# $Id: Makefile,v 1.22 1998/06/04 04:04:29 vanilla Exp $ # DISTNAME= mc-4.1.35 @@ -15,8 +15,8 @@ MAINTAINER= ports@FreeBSD.ORG GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-ncurses --without-edit --with-dusum --disable-nls -CONFIGURE_ENV= INSTALL="$${INSTALL} -c" -MAKE_ENV= CCOPTS="$(CFLAGS)" +CONFIGURE_ENV= CCOPTS="$(CFLAGS)" INSTALL="$${INSTALL} -c" + MAN1= midc.1 MAN8= mcserv.8 |