diff options
author | is <is@pkgsrc.org> | 2000-12-07 14:11:36 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2000-12-07 14:11:36 +0000 |
commit | eb51065b12fe901788733aa8b717cdc539c9a3cf (patch) | |
tree | 4d4aff0e0e65f12abc3d72a3c8d672ca2de0b354 /sysutils/mtools/Makefile | |
parent | 5ec6d64f713e5b7954c63ed1b24411f1f3fe4e68 (diff) | |
download | pkgsrc-eb51065b12fe901788733aa8b717cdc539c9a3cf.tar.gz |
Fix problem with sector sizes > 1024 bytes, creating version 3.9.5nb1.
Diffstat (limited to 'sysutils/mtools/Makefile')
-rw-r--r-- | sysutils/mtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile index cad294db358..f53a9002d9b 100644 --- a/sysutils/mtools/Makefile +++ b/sysutils/mtools/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2000/09/26 13:46:34 agc Exp $ +# $NetBSD: Makefile,v 1.20 2000/12/07 14:11:36 is Exp $ # DISTNAME= mtools-3.9.5 +PKGNAME= mtools-3.9.5nb1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.tux.org/pub/tux/knaff/mtools/ |