diff options
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 6 | ||||
-rw-r--r-- | archivers/unzip/distinfo | 2 | ||||
-rw-r--r-- | archivers/unzip/patches/patch-ab | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 66a79da3030..56ee875324c 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2002/07/16 09:07:39 grant Exp $ +# $NetBSD: Makefile,v 1.33 2002/08/25 21:49:26 jlam Exp $ # FreeBSD Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp # @@ -15,7 +15,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.info-zip.org/pub/infozip/UnZip.html COMMENT= List, test and extract compressed files in a ZIP archive -USE_BUILDLINK_ONLY= # defined +USE_BUILDLINK2= # defined MAKEFILE= unix/Makefile ALL_TARGET= generic_zlib unzipsfx @@ -31,5 +31,5 @@ do-install: cd ${WRKSRC} && ${INSTALL_DATA} BUGS COPYING.OLD LICENSE README WHERE \ ${PREFIX}/share/doc/unzip -.include "../../devel/zlib/buildlink.mk" +.include "../../devel/zlib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/archivers/unzip/distinfo b/archivers/unzip/distinfo index ee48ee23ae9..971343d4cae 100644 --- a/archivers/unzip/distinfo +++ b/archivers/unzip/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2002/07/16 08:58:33 grant Exp $ +$NetBSD: distinfo,v 1.6 2002/08/25 21:49:26 jlam Exp $ SHA1 (unzip550.tar.gz) = 51034a8098eddc8facb4db9ea1a935e813dbdb73 Size (unzip550.tar.gz) = 1068662 bytes diff --git a/archivers/unzip/patches/patch-ab b/archivers/unzip/patches/patch-ab index 5e2c45cc9dc..d25022194ab 100644 --- a/archivers/unzip/patches/patch-ab +++ b/archivers/unzip/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.3 2002/07/16 08:56:34 grant Exp $ +$NetBSD: patch-ab,v 1.4 2002/08/25 21:49:26 jlam Exp $ --- unix/Makefile.orig Sun Feb 17 04:00:38 2002 +++ unix/Makefile Wed Jul 17 04:50:03 2002 |