diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-12 00:17:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-12 00:17:17 +0000 |
commit | 0812842653eea52a24c5dc2d6a0ce27b37f3356b (patch) | |
tree | e8326014f4caed923a3f4163a0b77fbfb14fb581 /www | |
parent | 7362b93330d38de1df83f0a97b70756816ced158 (diff) | |
download | pkgsrc-0812842653eea52a24c5dc2d6a0ce27b37f3356b.tar.gz |
Remove ftp-eu.w3.org from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37342.
Diffstat (limited to 'www')
-rw-r--r-- | www/w3c-httpd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/w3c-httpd/Makefile b/www/w3c-httpd/Makefile index 0a580fb16a7..c4544a49f72 100644 --- a/www/w3c-httpd/Makefile +++ b/www/w3c-httpd/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2006/10/07 22:39:28 schwarz Exp $ +# $NetBSD: Makefile,v 1.23 2007/11/12 00:17:17 wiz Exp $ DISTNAME= w3c-httpd-3.0A PKGREVISION= 1 CATEGORIES= www -MASTER_SITES= ftp://ftp.w3.org/pub/httpd/ \ - ftp://ftp-eu.w3.org/pub/httpd/ +MASTER_SITES= ftp://ftp.w3.org/pub/httpd/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.w3.org/Daemon/ |