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 /www/mod_php5 | |
parent | Fix XML support. Depend on textproc/expat2 instead of texproc/expat. (diff) |
Fix MASTER_SITE.
Notes
Notes:
svn path=/head/; revision=42487
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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}/ \ |