diff options
author | billf <billf@FreeBSD.org> | 1998-12-03 04:32:02 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-03 04:32:02 +0800 |
commit | 757fbe88b912d76e21f10ec182b1020ecd08232c (patch) | |
tree | 17f5e5b6566d6dbc2bed2f2a424a2499bfb0fb5d /www | |
parent | 85df5131a950edce5916d8ee17ff020ee151a78d (diff) | |
download | freebsd-ports-gnome-757fbe88b912d76e21f10ec182b1020ecd08232c.tar.gz freebsd-ports-gnome-757fbe88b912d76e21f10ec182b1020ecd08232c.tar.zst freebsd-ports-gnome-757fbe88b912d76e21f10ec182b1020ecd08232c.zip |
Unbreak by referencing the ftp site for php.
PR: ports
Submitted By: Josh Gilliam <josh@quick.net>
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php3/Makefile | 4 | ||||
-rw-r--r-- | www/mod_php4/Makefile | 4 | ||||
-rw-r--r-- | www/mod_php5/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 6cbacb3252b9..d6bc601dd429 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -3,14 +3,14 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.56 1998/09/30 18:16:06 andreas Exp $ +# $Id: Makefile,v 1.57 1998/11/06 11:02:21 obrien Exp $ # DISTNAME= apache_${VERSION_APACHE} PKGNAME= apache-php${VERSION_PHP3}-${VERSION_APACHE} CATEGORIES= www MASTER_SITES= ftp://www.apache.org/apache/dist/ \ - http://www.php.net/distributions/ + ftp://www.php.net/pub/distributions/ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP3}.tar.gz MAINTAINER= Dirk Froemberg <ibex@physik.TU-Berlin.DE> diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 6cbacb3252b9..d6bc601dd429 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -3,14 +3,14 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.56 1998/09/30 18:16:06 andreas Exp $ +# $Id: Makefile,v 1.57 1998/11/06 11:02:21 obrien Exp $ # DISTNAME= apache_${VERSION_APACHE} PKGNAME= apache-php${VERSION_PHP3}-${VERSION_APACHE} CATEGORIES= www MASTER_SITES= ftp://www.apache.org/apache/dist/ \ - http://www.php.net/distributions/ + ftp://www.php.net/pub/distributions/ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP3}.tar.gz MAINTAINER= Dirk Froemberg <ibex@physik.TU-Berlin.DE> diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 6cbacb3252b9..d6bc601dd429 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -3,14 +3,14 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.56 1998/09/30 18:16:06 andreas Exp $ +# $Id: Makefile,v 1.57 1998/11/06 11:02:21 obrien Exp $ # DISTNAME= apache_${VERSION_APACHE} PKGNAME= apache-php${VERSION_PHP3}-${VERSION_APACHE} CATEGORIES= www MASTER_SITES= ftp://www.apache.org/apache/dist/ \ - http://www.php.net/distributions/ + ftp://www.php.net/pub/distributions/ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP3}.tar.gz MAINTAINER= Dirk Froemberg <ibex@physik.TU-Berlin.DE> |