diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-05-15 22:14:45 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-05-15 22:14:45 +0000 |
commit | cab9d95766f1dae30547d946ec6f51320b8b3488 (patch) | |
tree | a398e9edb23409512bb4d9dd384dd7693ddfb0b4 /emulators | |
parent | Fix the contributor & maintainer's e-mail on his request. (diff) |
Add a missing man page.
Notes
Notes:
svn path=/head/; revision=42627
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile index 4ec3ce2456f6..700c3509cae9 100644 --- a/emulators/mtools/Makefile +++ b/emulators/mtools/Makefile @@ -7,7 +7,7 @@ PORTNAME= mtools PORTVERSION= 3.9.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators MASTER_SITES= ftp://ftp.tux.org/pub/knaff/mtools/ \ http://mtools.linux.lu/ @@ -31,7 +31,7 @@ PLIST_SUB= WITH_X11="@comment " USE_GMAKE= yes MAN1= mattrib.1 mbadblocks.1 mcat.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 \ - mdir.1 mdu.1 mformat.1 mkmanifest.1 mlabel.1 mmd.1 mmount.1 \ + mdir.1 mdu.1 mformat.1 mkmanifest.1 minfo.1 mlabel.1 mmd.1 mmount.1 \ mmove.1 mpartition.1 mrd.1 mread.1 mren.1 mshowfat.1 \ mtoolstest.1 mtools.1 mtype.1 mzip.1 MAN5= mtools.5 |