summaryrefslogtreecommitdiff
path: root/emulators/wine
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/wine
parentConverted to MASTER_SITE_PERL_CPAN (diff)
Converted to MAN[1-9]
Notes
Notes: svn path=/head/; revision=4532
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile6
1 files changed, 2 insertions, 4 deletions
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>