summaryrefslogtreecommitdiff
path: root/misc/mc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 09:06:37 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 09:06:37 +0000
commit090316dbc14c2b14673d0d368ec85d09c5841a39 (patch)
treed6c413c3547e857d6c61c3d887298be79b3ea7e1 /misc/mc
parentConverted to MAN[1-8] (diff)
Converted to MAN[1-8]
Converted p5* to use MASTER_SITE_PERL_CPAN
Notes
Notes: svn path=/head/; revision=4541
Diffstat (limited to 'misc/mc')
-rw-r--r--misc/mc/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index 0b0c10875bd9..4b90492243ba 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.6 1996/10/20 19:23:42 max Exp $
+# $Id: Makefile,v 1.7 1996/11/11 05:49:48 obrien Exp $
#
DISTNAME= mc-3.2.1
@@ -15,11 +15,10 @@ MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-ncurses
STRIP=
+MAN1= mc.1
+MAN8= mcserv.8
post-install:
@/usr/bin/strip ${PREFIX}/bin/mc ${PREFIX}/sbin/mcserv
-.if !defined(NOMANCOMPRESS)
- @gzip -9nf ${PREFIX}/man/man1/mc.1 ${PREFIX}/man/man8/mcserv.8
-.endif
.include <bsd.port.mk>