1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Converted to MAN[1-9]

This commit is contained in:
David E. O'Brien 1996-11-17 05:48:49 +00:00
parent dfc173ac0e
commit b547dd5ac0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4532
3 changed files with 9 additions and 16 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>