summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-08-23 12:57:20 +0000
committerobache <obache@pkgsrc.org>2008-08-23 12:57:20 +0000
commit71c127a7a6f85eecb25c7aabf62c52519f1ba48a (patch)
tree25788a08584d25a3065de44e85d4a9869d096f2f
parent5966e5cf9b7e472fdc259f91a74bcfa61aed603d (diff)
downloadpkgsrc-71c127a7a6f85eecb25c7aabf62c52519f1ba48a.tar.gz
ftp.php.net is not resolved.
-rw-r--r--www/php4/Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common
index 0e1e7025e3c..a4e1ef4cb6f 100644
--- a/www/php4/Makefile.common
+++ b/www/php4/Makefile.common
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile.common,v 1.58 2008/08/17 18:29:33 adrianp Exp $
+# $NetBSD: Makefile.common,v 1.59 2008/08/23 12:57:20 obache Exp $
DISTNAME?= php-${PHP_DIST_VERS}
CATEGORIES+= www php4
.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