- 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.
This commit is contained in:
parent
35af0ad841
commit
aa68812d26
2 changed files with 6 additions and 6 deletions
|
@ -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).
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue