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 | 1b8ae5f71dedb6e4b0eaff06431e260f5dfc2796 (patch) | |
tree | b78a4575f2edd0256805997c503a1c472852f6ba /archivers | |
parent | f0748d426e00ed8c0ec10129b9abd43a2049cbcc (diff) | |
download | pkgsrc-1b8ae5f71dedb6e4b0eaff06431e260f5dfc2796.tar.gz |
Remove dead MASTER_SITES, add current one.
Diffstat (limited to 'archivers')
-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 |