diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-22 19:36:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-22 19:36:10 +0000 |
commit | 8aa9e36518f4674e4d7471fee5e1edb2902a606b (patch) | |
tree | b78a4575f2edd0256805997c503a1c472852f6ba /archivers/zip1 | |
parent | 1fdf9e5bd684a4fb0a66146902689ec4ec7760d9 (diff) | |
download | pkgsrc-8aa9e36518f4674e4d7471fee5e1edb2902a606b.tar.gz |
Remove dead MASTER_SITES, add current one.
Diffstat (limited to 'archivers/zip1')
-rw-r--r-- | archivers/zip1/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/zip1/Makefile b/archivers/zip1/Makefile index 9a8dfc21aef..010c14ea804 100644 --- a/archivers/zip1/Makefile +++ b/archivers/zip1/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2004/07/28 02:47:35 minskim Exp $ +# $NetBSD: Makefile,v 1.28 2004/11/22 19:36:10 wiz Exp $ # DISTNAME= zip1-1.1 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/ \ - ftp://ftp.icce.rug.nl/infozip/src/ +MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ DISTFILES= zip11.zip MAINTAINER= tech-pkg@NetBSD.org |