diff options
author | obache <obache@pkgsrc.org> | 2008-08-23 12:57:20 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-08-23 12:57:20 +0000 |
commit | 09a21c225de17261b32103d31531c1e7aaca32ed (patch) | |
tree | 25788a08584d25a3065de44e85d4a9869d096f2f /www/php4 | |
parent | c4fb17dc5be866df4189a3df2bb39b993e5510c8 (diff) | |
download | pkgsrc-09a21c225de17261b32103d31531c1e7aaca32ed.tar.gz |
ftp.php.net is not resolved.
Diffstat (limited to 'www/php4')
-rw-r--r-- | www/php4/Makefile.common | 5 |
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 |