summaryrefslogtreecommitdiff
path: root/misc/mc
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-10-20 15:22:09 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-10-20 15:22:09 +0000
commit4e9d6b5dfb80301837d53a6e63925efdeba74b03 (patch)
treec9e136635a2d45d89baac84c5d656a7b8f4de882 /misc/mc
parentPrint a banner warning where the cvsup binary located before fetching (diff)
Take the setting of NOMANCOMPRESS into account.
Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org> We don't need --prefix=${PREFIX} for CONFIGURE_ARGS when GNU_CONFIGURE=yes.
Notes
Notes: svn path=/head/; revision=4054
Diffstat (limited to 'misc/mc')
-rw-r--r--misc/mc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index 6c2b32f65694..9d4d6dfa369f 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.3 1995/11/26 10:47:52 asami Exp $
+# $Id: Makefile,v 1.4 1996/10/01 03:53:49 gpalmer Exp $
#
DISTNAME= mc-3.2.1
@@ -11,11 +11,13 @@ CATEGORIES= misc
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
GNU_CONFIGURE= YES
-CONFIGURE_ARGS= --prefix=${PREFIX} --with-ncurses
+CONFIGURE_ARGS= --with-ncurses
STRIP=
post-install:
+.if !defined(NOMANCOMPRESS)
@gzip -9nf ${PREFIX}/man/man1/mc.1 ${PREFIX}/man/man8/mcserv.8
+.endif
.include <bsd.port.mk>