diff options
author | tron <tron> | 1999-10-04 17:13:02 +0000 |
---|---|---|
committer | tron <tron> | 1999-10-04 17:13:02 +0000 |
commit | 9ea0e900fde5a5887ed5f53cde7775ded596c3b3 (patch) | |
tree | fdfec61dfd1a1be3d2d20f6fc575f266e8203adf | |
parent | cafa9febd6ca725fbd26670f4e7f282738140d4a (diff) | |
download | pkgsrc-9ea0e900fde5a5887ed5f53cde7775ded596c3b3.tar.gz |
Replace the dead GNU mirror on "ftp.informatik.tu-muenchen.de" by the
one on "ftp.gwdg.de".
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index b1aec0b0367..d4fe75e766d 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.349 1999/09/29 15:13:26 agc Exp $ +# $NetBSD: bsd.pkg.mk,v 1.350 1999/10/04 17:13:02 tron Exp $ # # This file is in the public domain. # @@ -571,7 +571,7 @@ MASTER_SITE_XCONTRIB+= \ MASTER_SITE_GNU+= \ ftp://ftp.gnu.org/pub/gnu/ \ ftp://ftp.wustl.edu/systems/gnu/ \ - ftp://ftp.informatik.tu-muenchen.de/pub/comp/os/unix/gnu/ + ftp://ftp.gwdg.de/pub/gnu/ MASTER_SITE_PERL_CPAN+= \ ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/ \ |