summaryrefslogtreecommitdiff
path: root/lang/php5
diff options
context:
space:
mode:
authortron <tron>2006-11-07 16:46:51 +0000
committertron <tron>2006-11-07 16:46:51 +0000
commit6d19dbd8d804fb837913df90d2e86c7d3a0597a7 (patch)
treef98edc2aeb23c6408fe1bf3afa6746fce08cfda6 /lang/php5
parentaae94cde1fbb9e60b7cf962856686c7715781715 (diff)
downloadpkgsrc-6d19dbd8d804fb837913df90d2e86c7d3a0597a7.tar.gz
Remove non-existing master site "ftp.php.net".
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile.common5
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