summaryrefslogtreecommitdiff
path: root/www/php4
diff options
context:
space:
mode:
authortron <tron>2001-02-07 15:39:33 +0000
committertron <tron>2001-02-07 15:39:33 +0000
commit1e42e9401b02e6b86db802a61ef11b258b1b6ca5 (patch)
tree66316dd2238172f56b07c7c8cf084f29784b7775 /www/php4
parent0ce47fc18cd0cff45f0518924eae672beffbe020 (diff)
downloadpkgsrc-1e42e9401b02e6b86db802a61ef11b258b1b6ca5.tar.gz
- Don't use the ".php" script on the master sites for downloading because
it confuses our FTP client. - Add German mirror site.
Diffstat (limited to 'www/php4')
-rw-r--r--www/php4/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common
index 58e4affe129..89ddbbdd8df 100644
--- a/www/php4/Makefile.common
+++ b/www/php4/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2001/01/25 17:18:07 jlam Exp $
+# $NetBSD: Makefile.common,v 1.7 2001/02/07 15:39:33 tron Exp $
DISTNAME= php-${PHP_DIST_VERS}
PHP_DIST_VERS= 4.0.4pl1
@@ -6,7 +6,8 @@ PHP_VERS= 4.0.4.1nb1
CATEGORIES+= www php4
# Note the http address is written this way by purpose, so that bsd.pkg.mk DTRT
-MASTER_SITES= http://www.php.net/do_download.php?source_site=www.php.net&download_file= \
+MASTER_SITES= http://www.php.net/distributions/ \
+ http://php3.de/distributions/ \
ftp://ftp.php.net/pub/distributions/
MAINTAINER= jdolecek@netbsd.org