diff options
author | knu <knu@FreeBSD.org> | 2004-05-24 21:37:35 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2004-05-24 21:37:35 +0800 |
commit | 9dc912bb4990f1e9e41b5ac085b8ea820cfc4c6a (patch) | |
tree | fa0d000f671a51f1a841f31f47acf0b48eb44f82 /www | |
parent | 968711d125d19a1013be154e403525cdf252ccde (diff) | |
download | freebsd-ports-gnome-9dc912bb4990f1e9e41b5ac085b8ea820cfc4c6a.tar.gz freebsd-ports-gnome-9dc912bb4990f1e9e41b5ac085b8ea820cfc4c6a.tar.zst freebsd-ports-gnome-9dc912bb4990f1e9e41b5ac085b8ea820cfc4c6a.zip |
Introduce MASTER_SITE_PHP and add several more mirror sites worldwide.
Approved by: ale (MAINTAINER of lang/php[45])
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php3/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index f95c58a737d5..9a12ba4a4369 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -9,15 +9,12 @@ PORTNAME?= mod_php3 PORTVERSION= 3.0.18 PORTREVISION?= 3 CATEGORIES?= www -MASTER_SITES= http://php.he.net/${PHP_DISTDIR}/ \ - http://www.php3.de/${PHP_DISTDIR}/ \ - http://au.php.net/${PHP_DISTDIR}/ \ - http://at.php.net/${PHP_DISTDIR}/ \ - http://br.php.net/${PHP_DISTDIR}/ \ - http://php3.globe.de/${PHP_DISTDIR}/ +MASTER_SITES= ${MASTER_SITE_PHP} +MASTER_SITE_SUBDIR= distributions DISTNAME= php-${PORTVERSION} -PATCH_SITES= http://www.php.net/distributions/ +PATCH_SITES= ${MASTER_SITE_PHP} +PATCH_SITE_SUBDIR= distributions PATCHFILES= mime.c.diff-3.0.gz MAINTAINER= ports@FreeBSD.org @@ -29,8 +26,6 @@ USE_APACHE= yes PATCH_DIST_ARGS= -d ${WRKSRC}/functions -PHP_DISTDIR= distributions - SLAVEDIRS= lang/php3 USE_SUBMAKE= yes |