diff options
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 |