diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 07:01:32 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 07:01:32 +0000 |
commit | 06462ef2834121f95e11eeebf1445d574e60a216 (patch) | |
tree | 405bc3c3fff5a153e7415168c483a98cc05aa179 /editors/mule-common | |
parent | 07c3420c8a1b322f333a8307efb3fb8220dc242f (diff) | |
download | FreeBSD-ports-06462ef2834121f95e11eeebf1445d574e60a216.zip FreeBSD-ports-06462ef2834121f95e11eeebf1445d574e60a216.tar.gz |
Converted to MAN[1-9NL]
Diffstat (limited to 'editors/mule-common')
-rw-r--r-- | editors/mule-common/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile index 406103d..5ec9100 100644 --- a/editors/mule-common/Makefile +++ b/editors/mule-common/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> |