diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-05-10 08:24:36 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-05-10 08:24:36 +0000 |
commit | e3ee5d116d124e7b0983d154192247f15761be20 (patch) | |
tree | f04cfa76249ace0507a6d1f851b3b1a48a0e7259 | |
parent | 12432fb9b13e48f5b00527b12717cce0c6d97fb5 (diff) |
Notes
-rw-r--r-- | www/mod_php3/Makefile | 2 | ||||
-rw-r--r-- | www/mod_php4/Makefile | 2 | ||||
-rw-r--r-- | www/mod_php5/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 00b36388d707..e5154293668d 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.php.net/pub/${PHP_DISTDIR}/ \ http://us.php.net/${PHP_DISTDIR}/ \ http://php.he.net/${PHP_DISTDIR}/ \ http://www.php3.de/${PHP_DISTDIR}/ \ - http://au.php.net:81/${PHP_DISTDIR}/ \ + http://au.php.net/${PHP_DISTDIR}/ \ http://at.php.net/${PHP_DISTDIR}/ \ http://br.php.net/${PHP_DISTDIR}/ \ http://php.easydns.com/${PHP_DISTDIR}/ \ diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index c3bc71aff98f..f0ac5b0440e3 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -12,7 +12,7 @@ CATEGORIES?= www MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \ http://php.he.net/${PHP_DISTDIR}/ \ http://www.php3.de/${PHP_DISTDIR}/ \ - http://au.php.net:81/${PHP_DISTDIR}/ \ + http://au.php.net/${PHP_DISTDIR}/ \ http://at.php.net/${PHP_DISTDIR}/ \ http://br.php.net/${PHP_DISTDIR}/ \ http://php.easydns.com/${PHP_DISTDIR}/ \ diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index c3bc71aff98f..f0ac5b0440e3 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -12,7 +12,7 @@ CATEGORIES?= www MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \ http://php.he.net/${PHP_DISTDIR}/ \ http://www.php3.de/${PHP_DISTDIR}/ \ - http://au.php.net:81/${PHP_DISTDIR}/ \ + http://au.php.net/${PHP_DISTDIR}/ \ http://at.php.net/${PHP_DISTDIR}/ \ http://br.php.net/${PHP_DISTDIR}/ \ http://php.easydns.com/${PHP_DISTDIR}/ \ |