diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 05:48:49 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 05:48:49 +0000 |
commit | b547dd5ac000c0a47852a916860ea990aaf81a81 (patch) | |
tree | a383fa65476e9a999581d2429e4d6f70066e9df7 /emulators/mtools | |
parent | Converted to MASTER_SITE_PERL_CPAN (diff) |
Converted to MAN[1-9]
Diffstat (limited to 'emulators/mtools')
-rw-r--r-- | emulators/mtools/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile index 8002012ca48e..ea0fe6d3a54d 100644 --- a/emulators/mtools/Makefile +++ b/emulators/mtools/Makefile @@ -3,7 +3,7 @@ # Date created: 5 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.8 1996/05/29 01:46:49 ache Exp $ +# $Id: Makefile,v 1.9 1996/11/12 02:16:47 obrien Exp $ # DISTNAME= mtools-3.0 @@ -14,6 +14,10 @@ MAINTAINER= jmz@FreeBSD.org HAS_CONFIGURE= yes CONFIGURE_ARGS+=--enable-xdf --prefix=${PREFIX} +MAN1= mattrib.1 mbadblocks.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 \ + mdir.1 mformat.1 mkmanifest.1 mlabel.1 mmd.1 mmount.1 mmove.1 \ + mrd.1 mread.1 mren.1 mtest.1 mtools.1 mtype.1 mwrite.1 +MAN5= mtools.5 post-patch: @cd ${WRKSRC}; for f in config.c mtools.5 mtools.texi; do \ @@ -23,12 +27,5 @@ post-patch: post-install: @install -c ${WRKSRC}/mtools.conf ${PREFIX}/etc -.if !defined(NOMANCOMPRESS) - @for f in mattrib.1 mbadblocks.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 \ - mdir.1 mformat.1 mkmanifest.1 mlabel.1 mmd.1 mmount.1 mmove.1 mrd.1 \ - mread.1 mren.1 mtest.1 mtools.1 mtype.1 mwrite.1; do \ - gzip -fn ${PREFIX}/man/man1/$$f; done - @gzip -fn ${PREFIX}/man/man5/mtools.5 -.endif .include <bsd.port.mk> |