diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-06-18 02:40:11 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-06-18 02:40:11 +0000 |
commit | 12d37d917ab83e308d9bf9688687f9081cdf5722 (patch) | |
tree | 19fd51602ddd7fe127563b3dbc514552cc1f965b /www/mod_php3 | |
parent | Ports that are in a non-virtual category other then 'misc' don't get (diff) |
Replace a stale MASTER_SITE with a fresh, shiny mirror.
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 53bab91b18a4..b36da3f41f48 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.76 1999/05/27 23:20:33 dirk Exp $ +# $Id: Makefile,v 1.77 1999/06/10 10:24:35 dirk Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -13,7 +13,7 @@ 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/ \ - ftp://www.php.net/pub/distributions/ \ + http://us.php.net/distributions/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ ftp://apache.compuex.com/pub/apache/dist/ \ http://php.he.net/distributions/ \ |