diff options
author | dirk <dirk@FreeBSD.org> | 2001-04-11 06:21:05 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-04-11 06:21:05 +0800 |
commit | 682e380bf0933adb620fbe815131188f5c6bf3d6 (patch) | |
tree | c89dc69fa0f304b0b52c7bb9574845413013db1d /www | |
parent | 86620ff20aaa72754bcee52dca99fb9dfb59e98b (diff) | |
download | freebsd-ports-gnome-682e380bf0933adb620fbe815131188f5c6bf3d6.tar.gz freebsd-ports-gnome-682e380bf0933adb620fbe815131188f5c6bf3d6.tar.zst freebsd-ports-gnome-682e380bf0933adb620fbe815131188f5c6bf3d6.zip |
"Remove broken sites from master sites, fix subdir according to
new directory layout."
PR: ports/26442
Submitted by: Anders Nordby <anders@fix.no> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/apache-contrib/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/www/apache-contrib/Makefile b/www/apache-contrib/Makefile index 812b5c96ee20..721a90f58756 100644 --- a/www/apache-contrib/Makefile +++ b/www/apache-contrib/Makefile @@ -9,21 +9,11 @@ PORTNAME= apache-contrib PORTVERSION= 1.0.8 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/%SUBDIR%/ \ - ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/%SUBDIR%/ \ ftp://ftp.rge.com/pub/infosystems/apache/dist/%SUBDIR%/ \ - ftp://apache.compuex.com/pub/apache/dist/%SUBDIR%/ \ - ftp://apache.arctic.org/pub/apache/dist/%SUBDIR%/ \ ftp://ftp.epix.net/pub/apache/dist/%SUBDIR%/ \ - ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/%SUBDIR%/ \ - ftp://ftp.connectnet.com/pub/www/apache/%SUBDIR%/ \ - ftp://apache.technomancer.com/mirrors/apache/dist/%SUBDIR%/ \ - ftp://ftp.raver.net/pub/ftp.apache.org/%SUBDIR%/ \ - ftp://www3.service.digital.com/apache/dist/%SUBDIR%/ \ - ftp://galileo.galilei.com/pub/apache/%SUBDIR%/ \ - ftp://ftp.mtnranch.net/pub/apache/dist/%SUBDIR%/ \ ftp://ftp.iodynamics.com/pub/mirror/apache/dist/%SUBDIR%/ \ - ftp://apache.nextpath.com/pub/apache/dist/%SUBDIR%/ -MASTER_SITE_SUBDIR= contrib/modules/1.3 + ftp://ftp.sunet.se/pub/www/servers/apache/dist/%SUBDIR%/ +MASTER_SITE_SUBDIR= httpd/contrib/modules/1.3 MAINTAINER= anders@fix.no |