From 50b0f11d41c25cfd977ba5c8db1d93295849bd81 Mon Sep 17 00:00:00 2001 From: billf Date: Sat, 13 Mar 1999 17:57:44 +0000 Subject: Fix missing "\"s Noticed By: #FreeBSD --- www/apache22/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/apache22') diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 62a6ee7baaff..0b33a183b142 100644 --- a/www/apache22/Makefile +++ b/www/apache22/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/ \ -- cgit