summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1996-11-17 05:48:49 +0000
committerobrien <obrien@FreeBSD.org>1996-11-17 05:48:49 +0000
commit91f6bc4970d9447085147a9a6e818a14719b2018 (patch)
treeb06f013322b2132ccc3692b626b88136677b96f4 /emulators
parentabe5afd068da633d23d015118ed551b83b119788 (diff)
downloadFreeBSD-ports-91f6bc4970d9447085147a9a6e818a14719b2018.zip
FreeBSD-ports-91f6bc4970d9447085147a9a6e818a14719b2018.tar.gz
Converted to MAN[1-9]
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 8002012..ea0fe6d 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 b4f2330..8e9c26f 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 b4f2330..8e9c26f 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>
OpenPOWER on IntegriCloud