From 7cb8587555011451ff07bd00d800234f015b3e7c Mon Sep 17 00:00:00 2001 From: avsm Date: Thu, 28 Dec 2000 23:37:22 +0000 Subject: [PATCH] - remove MASTER_SITES0 as its not needed anymore - add UK master site - take joint MAINTAINER (jakob@ ok) --- www/php4/Makefile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/www/php4/Makefile b/www/php4/Makefile index 9488350979a..9b2add84411 100644 --- a/www/php4/Makefile +++ b/www/php4/Makefile @@ -1,23 +1,19 @@ -# $OpenBSD: Makefile,v 1.16 2000/12/28 17:53:16 avsm Exp $ +# $OpenBSD: Makefile,v 1.17 2000/12/28 23:37:22 avsm Exp $ DISTNAME= php-4.0.4 PKGNAME= php4-4.0.4 CATEGORIES= www lang NEED_VERSION= 1.346 -MAINTAINER= Jakob Schlyter +MAINTAINER= Anil Madhavapeddy , Jakob Schlyter HOMEPAGE= http://www.php.net/ MASTER_SITES= http://www.php.net/distributions/ \ http://us.php.net/distributions/ \ http://se.php.net/distributions/ \ - http://no.php.net/distributions/ - -MASTER_SITES0= http://www.php.net/extra/ \ - http://us.php.net/extra/ \ - http://se.php.net/extra/ \ - http://no.php.net/extra/ + http://no.php.net/distributions/ \ + http://uk.php.net/distributions/ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes