summaryrefslogtreecommitdiff
path: root/editors/mule
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 07:01:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 07:01:32 +0000
commit5223aa0ad27e00e4e2fed29a2ba90c7622dc94f1 (patch)
treec472404c33a2b370731640bb224f398b5385af86 /editors/mule
parentConverted to MAN[1-9NL] (diff)
Converted to MAN[1-9NL]
Notes
Notes: svn path=/head/; revision=4534
Diffstat (limited to 'editors/mule')
-rw-r--r--editors/mule/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile
index 406103d44a3f..5ec9100bb978 100644
--- a/editors/mule/Makefile
+++ b/editors/mule/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.23 1996/08/16 09:43:31 asami Exp $
+# $Id: Makefile,v 1.24 1996/11/11 05:07:15 obrien Exp $
#
DISTNAME= mule-2.3
@@ -21,6 +21,7 @@ CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \
--terminal-face \
--locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp
STRIP=
+MAN1= coco.1 m2ps.1 mule.1
pre-build:
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
@@ -31,10 +32,5 @@ post-install:
strip ${PREFIX}/bin/coco
strip ${PREFIX}/bin/m2ps
strip ${PREFIX}/bin/mule-19.28
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/coco.1
- gzip -9nf ${PREFIX}/man/man1/m2ps.1
- gzip -9nf ${PREFIX}/man/man1/mule.1
-.endif
.include <bsd.port.mk>