diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2005-11-19 20:13:26 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2005-11-19 20:13:26 +0000 |
commit | e85e651aaf88cf9a727d3d416cb79d27869b539e (patch) | |
tree | c7dee3db7257ba37a2eeccf26cdc4328570abf55 /emulators/mtools | |
parent | f8a50ff376e2e30407ecfe9729b4033258021a26 (diff) | |
download | ports-e85e651aaf88cf9a727d3d416cb79d27869b539e.tar.gz ports-e85e651aaf88cf9a727d3d416cb79d27869b539e.zip |
Fix typo.
Notes
Notes:
svn path=/head/; revision=148806
Diffstat (limited to 'emulators/mtools')
-rw-r--r-- | emulators/mtools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile index f36829ea8940..f8054723d5cd 100644 --- a/emulators/mtools/Makefile +++ b/emulators/mtools/Makefile @@ -30,7 +30,7 @@ PLIST_SUB= WITH_X11="@comment " USE_GMAKE= yes -MAN1= mattrib.1 mbadblocks.1 mcat.1 mcd.1 mclasserase mcopy.1 mdel.1 mdeltree.1 \ +MAN1= mattrib.1 mbadblocks.1 mcat.1 mcd.1 mclasserase.1 mcopy.1 mdel.1 mdeltree.1 \ mdir.1 mdu.1 mformat.1 mkmanifest.1 minfo.1 mlabel.1 mmd.1 mmount.1 \ mmove.1 mpartition.1 mrd.1 mren.1 mshowfat.1 \ mtoolstest.1 mtools.1 mtype.1 mzip.1 |