diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-22 19:36:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-22 19:36:17 +0000 |
commit | 5678b5678811373336f7b2a691166cafd59a1255 (patch) | |
tree | 6474c7e87c948e2663e84759af8862a554b7f10a /archivers | |
parent | 8aa9e36518f4674e4d7471fee5e1edb2902a606b (diff) | |
download | pkgsrc-5678b5678811373336f7b2a691166cafd59a1255.tar.gz |
Remove dead MASTER_SITE.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/zip/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 755d7ab303e..fc94582434a 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.38 2004/05/31 16:47:47 minskim Exp $ +# $NetBSD: Makefile,v 1.39 2004/11/22 19:36:17 wiz Exp $ # FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp # DISTNAME= zip-2.3 PKGREVISION= 2 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ \ - ftp://ftp.icce.rug.nl/infozip/src/ +MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ DISTFILES= zip23.tar.gz zcrypt29.zip MAINTAINER= wiz@NetBSD.org |