diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-03-13 17:57:44 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-03-13 17:57:44 +0000 |
commit | 5ce0d3f8b52a51ad269b122484792cd6a4d8b85b (patch) | |
tree | 61a607bf8228326c6c52b4d31dc851e956f78d35 /www/apache13 | |
parent | Add the Apache mirror sites. For ports with 'mods' attached to them, the MAST... (diff) |
Fix missing "\"s
Noticed By: #FreeBSD
Notes
Notes:
svn path=/head/; revision=17166
Diffstat (limited to 'www/apache13')
-rw-r--r-- | www/apache13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 62a6ee7baaff..0b33a183b142 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -3,13 +3,13 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.67 1999/03/08 07:28:31 asami Exp $ +# $Id: Makefile,v 1.68 1999/03/13 17:11:02 billf Exp $ # DISTNAME= apache_1.3.4 PKGNAME= apache-1.3.4 CATEGORIES= www -MASTER_SITES= http://www.apache.org/dist/ +MASTER_SITES= http://www.apache.org/dist/ \ 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/ \ |