summaryrefslogtreecommitdiff
path: root/www/mod_php5/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-08-18 15:42:03 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-08-18 15:42:03 +0000
commitd2eba1ae2ec7c3cb598eda42a15d05b0d0e977ad (patch)
tree3a6b0962dfe0a3e26da9b0d25d8a89b452aa1c7d /www/mod_php5/Makefile
parentGNU Pth 1.1b7 (the hourly bump ;) (diff)
Fix MASTER_SITES for php-4.0b2.
Reported by: andreas
Notes
Notes: svn path=/head/; revision=20784
Diffstat (limited to '')
-rw-r--r--www/mod_php5/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile
index 82e0253c16fe..fb1ada95bcd6 100644
--- a/www/mod_php5/Makefile
+++ b/www/mod_php5/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.85 1999/08/17 08:07:01 dirk Exp $
+# $Id: Makefile,v 1.86 1999/08/17 09:58:49 dirk Exp $
#
DISTNAME= apache_${VERSION_APACHE}
@@ -12,12 +12,12 @@ CATEGORIES= www
MASTER_SITES= http://www.apache.org/dist/ \
http://www.rge.com/pub/infosystems/apache/dist/ \
http://www.apache.de/dist/ \
- http://www.php.net/distributions/ \
- http://us.php.net/distributions/ \
+ http://www.php.net/version4/downloads/ \
+ http://us.php.net/version4/downloads/ \
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://php.he.net/version4/downloads/ \
+ http://www.php3.de/version4/downloads/ \
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/ \
@@ -29,7 +29,8 @@ MASTER_SITES= http://www.apache.org/dist/ \
ftp://ftp.mtnranch.net/pub/apache/dist/ \
ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \
ftp://apache.nextpath.com/pub/apache/dist/
-DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP}.tar.gz
+#DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP}.tar.gz
+DISTFILES= php-${VERSION_PHP}.tar.gz
MAINTAINER= dirk@FreeBSD.org