diff options
author | ache <ache@FreeBSD.org> | 1996-12-21 15:27:24 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-12-21 15:27:24 +0800 |
commit | d9c4a991b52287860b161696ef257cd871aaf0de (patch) | |
tree | 3017e637b98cc9a6952a268a6308fd6187434492 /emulators/mtools | |
parent | bc61e45b9a3fb397bf71e6a4f20b669b46bfc88a (diff) | |
download | freebsd-ports-gnome-d9c4a991b52287860b161696ef257cd871aaf0de.tar.gz freebsd-ports-gnome-d9c4a991b52287860b161696ef257cd871aaf0de.tar.zst freebsd-ports-gnome-d9c4a991b52287860b161696ef257cd871aaf0de.zip |
Rename mtest to mttest
Diffstat (limited to 'emulators/mtools')
-rw-r--r-- | emulators/mtools/Makefile | 5 | ||||
-rw-r--r-- | emulators/mtools/pkg-plist | 4 |
2 files changed, 5 insertions, 4 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 diff --git a/emulators/mtools/pkg-plist b/emulators/mtools/pkg-plist index f339bec9517d..80fb264c0565 100644 --- a/emulators/mtools/pkg-plist +++ b/emulators/mtools/pkg-plist @@ -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 |