diff options
author | tron <tron> | 2006-11-07 16:46:51 +0000 |
---|---|---|
committer | tron <tron> | 2006-11-07 16:46:51 +0000 |
commit | df2c74bd86fa6920efe20d8b325c84b1316dd917 (patch) | |
tree | f98edc2aeb23c6408fe1bf3afa6746fce08cfda6 /lang/php5 | |
parent | fce48db76f31015559a47d27c15e4686191bdcff (diff) | |
download | pkgsrc-df2c74bd86fa6920efe20d8b325c84b1316dd917.tar.gz |
Remove non-existing master site "ftp.php.net".
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/php5/Makefile.common b/lang/php5/Makefile.common index b0d94ef0b34..8901ea20fb2 100644 --- a/lang/php5/Makefile.common +++ b/lang/php5/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.21 2006/11/06 22:06:35 jdolecek Exp $ +# $NetBSD: Makefile.common,v 1.22 2006/11/07 16:46:51 tron Exp $ .if !defined(DISTNAME) DISTNAME= php-${PHP_BASE_VERS} @@ -8,8 +8,7 @@ CATEGORIES+= www php5 .if !defined(PECL_VERSION) MASTER_SITES?= http://www.php.net/distributions/ \ - http://php3.de/distributions/ \ - ftp://ftp.php.net/pub/distributions/ + http://php3.de/distributions/ EXTRACT_SUFX?= .tar.bz2 .endif |