mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
We are now at version 3.6
This commit is contained in:
parent
268e0478c7
commit
0a1819bd28
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6247
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: mtools
|
||||
# Version required: 3.5a
|
||||
# Version required: 3.6
|
||||
# Date created: 5 October 1994
|
||||
# Whom: jmz
|
||||
#
|
||||
# $Id: Makefile,v 1.13 1997/04/03 02:38:43 jmz Exp $
|
||||
# $Id: Makefile,v 1.14 1997/04/10 23:26:20 jmz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mtools-3.5a
|
||||
DISTNAME= mtools-3.6
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
|
||||
@ -19,7 +19,7 @@ USE_GMAKE= yes
|
||||
|
||||
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 mtoolstest.1 mtools.1 mtype.1 mwrite.1
|
||||
mrd.1 mread.1 mren.1 mtoolstest.1 mtools.1 mtype.1 mwrite.1 mzip.1
|
||||
MAN5= mtools.5
|
||||
|
||||
post-patch:
|
||||
@ -30,5 +30,6 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@install -c ${WRKSRC}/mtools.conf ${PREFIX}/etc
|
||||
@install-info ${PREFIX}/info/mtools.info ${PREFIX}/info/dir
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (mtools-3.5a.tar.gz) = 9d30c3a4d3e6f2a33c757ab3c915111b
|
||||
MD5 (mtools-3.6.tar.gz) = 87f670df9bec4537598182429c1ffb8e
|
||||
|
@ -47,6 +47,9 @@ bin/mxtar
|
||||
bin/xcopy
|
||||
bin/mcomp
|
||||
info/mtools.info
|
||||
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
|
||||
@exec install-info %D/info/mtools.info %D/info/dir
|
||||
@unexec install-info --delete %D/info/mtools.info %D/info/dir
|
||||
etc/mtools.conf
|
||||
man/man1/mattrib.1.gz
|
||||
man/man1/mbadblocks.1.gz
|
||||
@ -68,4 +71,5 @@ man/man1/mtoolstest.1.gz
|
||||
man/man1/mtools.1.gz
|
||||
man/man1/mtype.1.gz
|
||||
man/man1/mwrite.1.gz
|
||||
man/man1/mzip.1.gz
|
||||
man/man5/mtools.5.gz
|
||||
|
Loading…
Reference in New Issue
Block a user