diff options
author | billf <billf@FreeBSD.org> | 1999-03-13 17:11:04 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-03-13 17:11:04 +0000 |
commit | 3ea09e8cac1d620deaa53a1dd122b9f19e49d40f (patch) | |
tree | 444529e3eaae19a99744269749cccdec1cabd01c /www/apache13-fp/Makefile | |
parent | 687fc62b61f897a6d0c320a59405c1876fe09187 (diff) | |
download | FreeBSD-ports-3ea09e8cac1d620deaa53a1dd122b9f19e49d40f.zip FreeBSD-ports-3ea09e8cac1d620deaa53a1dd122b9f19e49d40f.tar.gz |
Add the Apache mirror sites. For ports with 'mods' attached to them, the MASTER_SITEs
were alternated so the user does not have to get 10 apache MASTER_SITEs when all
they need is one 'mod' MASTER_SITE, which is what would happen if we used a
MASTER_SITE_APACHE or added all of the mirrors in a row.
Approved By: apache maintainers, asami
Submitted By: Brian Feldman <green@unixhelp.org>, billf
Diffstat (limited to 'www/apache13-fp/Makefile')
-rw-r--r-- | www/apache13-fp/Makefile | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/www/apache13-fp/Makefile b/www/apache13-fp/Makefile index 4ad1339..4265a412 100644 --- a/www/apache13-fp/Makefile +++ b/www/apache13-fp/Makefile @@ -3,20 +3,34 @@ # Date created: Sat Oct 31 16:30:00 CDT 1997 # Whom: hetzels@westbend.net # -# $Id: Makefile,v 1.7 1999/01/26 02:27:26 steve Exp $ +# $Id: Makefile,v 1.8 1999/02/03 11:11:58 asami Exp $ # DISTNAME= apache_${AP_VERS} PKGNAME= apache_fp-${AP_VERS} CATEGORIES= www -MASTER_SITES= ftp://www.apache.org/apache/dist/ \ +MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.microsoft.com/products/frontpage/ \ ftp://sunsite.doc.ic.ac.uk/Mirrors/ftp.microsoft.com/Products/frontpage/ + ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ + ftp://ftp.rge.com/pub/infosystems/apache/dist/ \ + ftp://apache.compuex.com/pub/apache/dist/ \ + ftp://apache.arctic.org/pub/apache/dist/ \ + ftp://ftp.epix.net/pub/apache/dist/ \ + ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/ \ + ftp://ftp.connectnet.com/pub/www/apache/ \ + ftp://apache.technomancer.com/mirrors/apache/dist/ \ + ftp://ftp.raver.net/pub/ftp.apache.org/ \ + ftp://www3.service.digital.com/apache/dist/ \ + ftp://galileo.galilei.com/pub/apache/ \ + ftp://ftp.mtnranch.net/pub/apache/dist/ \ + ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ + ftp://apache.nextpath.com/pub/apache/dist/ DISTFILES= ${APACHE} ${FRONTPAGE} MAINTAINER= hetzels@westbend.net -#PATCH_SITES= ftp://www.apache.org/apache/dist/patches/apply_to_${AP_VERS}/ \ +#PATCH_SITES= http://www.apache.org/dist//patches/apply_to_${AP_VERS}/ \ # http://www.apache.org/dist/patches/apply_to_${AP_VERS}/ #PATCHFILES= |