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/mod_php3 | |
parent | Add the Apache mirror sites. For ports with 'mods' attached to them, the MAST... (diff) |
Fix missing "\"s
Noticed By: #FreeBSD
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index fbbe07b2617f..c64b6d4c7969 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -3,7 +3,7 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.68 1999/03/09 11:22:59 dirk Exp $ +# $Id: Makefile,v 1.69 1999/03/13 17:11:03 billf Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -17,7 +17,7 @@ MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ ftp://apache.compuex.com/pub/apache/dist/ \ http://php.he.net/distributions/ \ - http://www.php3.de/distributions/ + http://www.php3.de/distributions/ \ 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/ \ |