diff options
author | tron <tron@pkgsrc.org> | 2001-02-17 16:03:31 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-17 16:03:31 +0000 |
commit | cebb231563166ffddaf944f646741c9b033ae671 (patch) | |
tree | 953c17ea06afadbd1df652071e2010f18f656a8f | |
parent | 7811606bd1d6c22797ba2c9d0bf51a22caa25169 (diff) | |
download | pkgsrc-cebb231563166ffddaf944f646741c9b033ae671.tar.gz |
Add german mirror site.
-rw-r--r-- | archivers/unzip/Makefile | 5 | ||||
-rw-r--r-- | editors/pico/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 91ca8e70602..6f964cd753b 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2001/02/16 13:15:41 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2001/02/17 16:06:15 tron Exp $ # FreeBSD Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp # @@ -8,7 +8,8 @@ WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= archivers MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ \ ftp://ftp.icce.rug.nl/infozip/src/ \ - ftp://uiarchive.cso.uiuc.edu/pub/packages/zip/src/ + ftp://uiarchive.cso.uiuc.edu/pub/packages/zip/src/ \ + ftp://ftp.fu-berlin.de/pub/unix/tools/archivers/unzip/ MAINTAINER= packages@netbsd.org HOMEPAGE= ftp://ftp.info-zip.org/pub/infozip/UnZip.html diff --git a/editors/pico/Makefile b/editors/pico/Makefile index e2f7f8a5d26..2adcf6f3c0d 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.24 2001/02/16 14:40:52 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2001/02/17 16:03:31 tron Exp $ # DISTNAME= pine4.33 PKGNAME= pico-4.0 CATEGORIES= editors -MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ +MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \ + ftp://ftp.fu-berlin.de/pub/unix/mail/pine/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.washington.edu/pine/ |