diff options
author | wiz <wiz@pkgsrc.org> | 2012-12-16 18:09:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-12-16 18:09:46 +0000 |
commit | 2fc1a2cd446cdc42d931a991b75cdccc3dba3100 (patch) | |
tree | 0a9a6bd4a4efd55f3d437f5bc7f0539ad0eaa76a /sysutils | |
parent | 2c10539569c107cb590b8ef73ea87f1c0e52ff5a (diff) | |
download | pkgsrc-2fc1a2cd446cdc42d931a991b75cdccc3dba3100.tar.gz |
- Update `DESCR' (text taken from http://www.gnu.org/software/mtools/,
with ``and Atari FAT'', a comma, and ``-inch'' added);
- augment `LICENSE'.
From Bug Hunting.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mtools/DESCR | 8 | ||||
-rw-r--r-- | sysutils/mtools/Makefile | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/mtools/DESCR b/sysutils/mtools/DESCR index 5cd82b60d2c..91bdd3bdcee 100644 --- a/sysutils/mtools/DESCR +++ b/sysutils/mtools/DESCR @@ -1,4 +1,4 @@ -These tools allow you to access MS-DOS or other FAT disks without mounting -them. You can copy from or to BSD files, list directories, or run various -other MS-DOS-style file / disk access tool imitates, (in general with an 'm' -prepended to their name). +Mtools is a collection of utilities to access MS-DOS and Atari FAT +disks from GNU and Unix without mounting them. It supports Win'95 +style long file names, OS/2 Xdf disks, and 2m disks (store up to +1992k on a high density 3 1/2-inch disk). diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile index 66fa70db764..fbe47d28093 100644 --- a/sysutils/mtools/Makefile +++ b/sysutils/mtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2012/10/23 19:51:13 asau Exp $ +# $NetBSD: Makefile,v 1.53 2012/12/16 18:09:46 wiz Exp $ DISTNAME= mtools-4.0.17 PKGREVISION= 2 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= is@NetBSD.org HOMEPAGE= http://www.gnu.org/software/mtools/ COMMENT= FAT (MS-DOS, Atari) disk access tools -LICENSE= gnu-gpl-v3 +LICENSE= gnu-gpl-v3 # or later GNU_CONFIGURE= yes USE_TOOLS+= gmake makeinfo |