From 9949f8a68fcba47e807eb4f62abed8734c5362f3 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 7 Feb 2001 15:39:33 +0000 Subject: - Don't use the ".php" script on the master sites for downloading because it confuses our FTP client. - Add German mirror site. --- www/php4/Makefile.common | 5 +++-- 1 file 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 -- cgit v1.2.3