summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-02-07 15:39:33 +0000
committertron <tron@pkgsrc.org>2001-02-07 15:39:33 +0000
commit9949f8a68fcba47e807eb4f62abed8734c5362f3 (patch)
tree66316dd2238172f56b07c7c8cf084f29784b7775
parent30e6f552db706ac7164f44b2f1d58f178d6563c1 (diff)
downloadpkgsrc-9949f8a68fcba47e807eb4f62abed8734c5362f3.tar.gz
- Don't use the ".php" script on the master sites for downloading because
it confuses our FTP client. - Add German mirror site.
-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