diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-05-24 21:37:35 +0800 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-05-24 21:37:35 +0800 |
commit | b215e60f8b1ad0d15547bad7b2b666aacfc64989 (patch) | |
tree | 1abd4e7d8ecc9732cc78c838ab9ce3cde1ea0976 /lang/php53 | |
parent | 12f4ceb5a0b914c78bdf6694b6fa1313b5d252dd (diff) | |
download | freebsd-ports-gnome-b215e60f8b1ad0d15547bad7b2b666aacfc64989.tar.gz freebsd-ports-gnome-b215e60f8b1ad0d15547bad7b2b666aacfc64989.tar.zst freebsd-ports-gnome-b215e60f8b1ad0d15547bad7b2b666aacfc64989.zip |
Introduce MASTER_SITE_PHP and add several more mirror sites worldwide.
Approved by: ale (MAINTAINER of lang/php[45])
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 141b51f0f23f..481ac05a0eca 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -24,14 +24,8 @@ PORTNAME= php5 PORTVERSION= 5.0.0.r2 PORTREVISION= 1 CATEGORIES?= lang devel www -MASTER_SITES= http://www.php.net/distributions/:release \ - http://it.php.net/distributions/:release \ - http://fi.php.net/distributions/:release \ - http://de.php.net/distributions/:release \ - http://gr.php.net/distributions/:release \ - http://fr.php.net/distributions/:release \ - http://es.php.net/distributions/:release \ - http://se.php.net/distributions/:release +MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} +MASTER_SITE_SUBDIR= distributions/:release .if defined(WITHOUT_CLI) && !defined(WITHOUT_APACHE) PKGNAMEPREFIX= mod_ .else |