diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-04-10 22:21:05 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-04-10 22:21:05 +0000 |
commit | 1b391e293bbf44f7d718a4dd61d3633d57564726 (patch) | |
tree | 593c530257b77b046bb647edf301dfc679dc961d /www | |
parent | 9c32d3beedbc8f5c2a2bb7b0f9f25191321f8ab1 (diff) | |
download | ports-1b391e293bbf44f7d718a4dd61d3633d57564726.tar.gz ports-1b391e293bbf44f7d718a4dd61d3633d57564726.zip |
Notes
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 |