Rename mtest to mttest
This commit is contained in:
parent
3103c01858
commit
7458c6a640
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5050
2 changed files with 5 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: 5 October 1994
|
||||
# Whom: jmz
|
||||
#
|
||||
# $Id: Makefile,v 1.10 1996/11/17 05:48:41 obrien Exp $
|
||||
# $Id: Makefile,v 1.11 1996/11/18 10:23:04 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mtools-3.0
|
||||
|
@ -16,7 +16,7 @@ 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
|
||||
mrd.1 mread.1 mren.1 mttest.1 mtools.1 mtype.1 mwrite.1
|
||||
MAN5= mtools.5
|
||||
|
||||
post-patch:
|
||||
|
@ -24,6 +24,7 @@ post-patch:
|
|||
mv $$f $$f.orig; \
|
||||
sed -e s:/etc/mtools.conf:${PREFIX}/etc/mtools.conf: \
|
||||
< $$f.orig > $$f; done
|
||||
@cd ${WRKSRC}; mv mtest.1 mttest.1
|
||||
|
||||
post-install:
|
||||
@install -c ${WRKSRC}/mtools.conf ${PREFIX}/etc
|
||||
|
|
|
@ -15,7 +15,7 @@ bin/mtools
|
|||
@exec ln -fs %D/%F %B/mren
|
||||
@exec ln -fs %D/%F %B/mtype
|
||||
@exec ln -fs %D/%F %B/mwrite
|
||||
@exec ln -fs %D/%F %B/mtest
|
||||
@exec ln -fs %D/%F %B/mttest
|
||||
bin/mkmanifest
|
||||
bin/mcheck
|
||||
bin/mxtar
|
||||
|
@ -39,7 +39,7 @@ man/man1/mmove.1.gz
|
|||
man/man1/mrd.1.gz
|
||||
man/man1/mread.1.gz
|
||||
man/man1/mren.1.gz
|
||||
man/man1/mtest.1.gz
|
||||
man/man1/mttest.1.gz
|
||||
man/man1/mtools.1.gz
|
||||
man/man1/mtype.1.gz
|
||||
man/man1/mwrite.1.gz
|
||||
|
|
Loading…
Reference in a new issue