aboutsummaryrefslogtreecommitdiff
path: root/emulators/mtools/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-12-21 07:27:24 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-12-21 07:27:24 +0000
commit7458c6a640c16720b9617391cc757b374e17b84b (patch)
tree899b5dc4fac9600e56e710b934328fdc2f3a572e /emulators/mtools/Makefile
parent3103c01858ebfa6d94d3490f7e3c0df860a64d9c (diff)
downloadports-7458c6a640c16720b9617391cc757b374e17b84b.tar.gz
ports-7458c6a640c16720b9617391cc757b374e17b84b.zip
Rename mtest to mttest
Notes
Notes: svn path=/head/; revision=5050
Diffstat (limited to 'emulators/mtools/Makefile')
-rw-r--r--emulators/mtools/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile
index 60e4b6adcc95..9a721258d2d1 100644
--- a/emulators/mtools/Makefile
+++ b/emulators/mtools/Makefile
@@ -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