summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 05:48:49 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 05:48:49 +0000
commitb547dd5ac000c0a47852a916860ea990aaf81a81 (patch)
treea383fa65476e9a999581d2429e4d6f70066e9df7 /emulators
parentConverted to MASTER_SITE_PERL_CPAN (diff)
Converted to MAN[1-9]
Notes
Notes: svn path=/head/; revision=4532
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mtools/Makefile13
-rw-r--r--emulators/wine-devel/Makefile6
-rw-r--r--emulators/wine/Makefile6
3 files changed, 9 insertions, 16 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>
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index b4f2330fb3c8..8e9c26f92a8b 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -3,7 +3,7 @@
# Date created: Sa 9 Nov 1996 00:52:22 MET
# Whom: se
#
-# $Id: Makefile,v 1.33 1996/11/08 23:57:24 se Exp $
+# $Id: Makefile,v 1.34 1996/11/12 02:17:06 obrien Exp $
#
DATE= 961102
@@ -22,6 +22,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/wine${DATE}
GNU_CONFIGURE= yes
+MAN1= wine.1
pre-configure:
@${ECHO} "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \
@@ -37,8 +38,5 @@ do-install:
|| ${CP} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf
cp ${WRKSRC}/wine.sym ${PREFIX}/etc
cp ${WRKSRC}/wine.man ${PREFIX}/man/man1/wine.1
-.if !defined(NOMANCOMPRESS)
- gzip -9f ${PREFIX}/man/man1/wine.1
-.endif
.include <bsd.port.mk>
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index b4f2330fb3c8..8e9c26f92a8b 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -3,7 +3,7 @@
# Date created: Sa 9 Nov 1996 00:52:22 MET
# Whom: se
#
-# $Id: Makefile,v 1.33 1996/11/08 23:57:24 se Exp $
+# $Id: Makefile,v 1.34 1996/11/12 02:17:06 obrien Exp $
#
DATE= 961102
@@ -22,6 +22,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/wine${DATE}
GNU_CONFIGURE= yes
+MAN1= wine.1
pre-configure:
@${ECHO} "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \
@@ -37,8 +38,5 @@ do-install:
|| ${CP} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf
cp ${WRKSRC}/wine.sym ${PREFIX}/etc
cp ${WRKSRC}/wine.man ${PREFIX}/man/man1/wine.1
-.if !defined(NOMANCOMPRESS)
- gzip -9f ${PREFIX}/man/man1/wine.1
-.endif
.include <bsd.port.mk>