diff options
-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/ |