diff options
author | billf <billf@FreeBSD.org> | 1999-03-14 01:57:44 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-03-14 01:57:44 +0800 |
commit | 50b0f11d41c25cfd977ba5c8db1d93295849bd81 (patch) | |
tree | 85531cc05100f966b9492f7e4928de21a7ef48b3 /www/mod_php4 | |
parent | 3ea09e8cac1d620deaa53a1dd122b9f19e49d40f (diff) | |
download | freebsd-ports-gnome-50b0f11d41c25cfd977ba5c8db1d93295849bd81.tar.gz freebsd-ports-gnome-50b0f11d41c25cfd977ba5c8db1d93295849bd81.tar.zst freebsd-ports-gnome-50b0f11d41c25cfd977ba5c8db1d93295849bd81.zip |
Fix missing "\"s
Noticed By: #FreeBSD
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index fbbe07b2617f..c64b6d4c7969 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/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/ \ |