diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-05 05:54:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-05 05:54:51 +0000 |
commit | f5de46f1631c04713c652f902f6eec1282afe137 (patch) | |
tree | 80b2c9f97f5b7e6ee531ac411bf9a74d1e78201d /archivers/unzip/Makefile | |
parent | 6b5b1cdda9c9e997c37ac6db9ebeeb342089967f (diff) | |
download | pkgsrc-f5de46f1631c04713c652f902f6eec1282afe137.tar.gz |
File on MASTER_SITE has changed EXTRACT_SUFX; checksum still the same.
Adapt. Noted by Zafer Aydogan.
Diffstat (limited to 'archivers/unzip/Makefile')
-rw-r--r-- | archivers/unzip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 512a0f515b9..b421e0408e8 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.67 2006/11/03 19:14:25 joerg Exp $ +# $NetBSD: Makefile,v 1.68 2007/06/05 05:54:51 wiz Exp $ DISTNAME= unzip552 PKGNAME= unzip-5.52 PKGREVISION= 3 CATEGORIES= archivers MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ +EXTRACT_SUFX= .tgz MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.info-zip.org/pub/infozip/UnZip.html |