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 /lang/php4 | |
parent | 968711d125d19a1013be154e403525cdf252ccde (diff) | |
download | freebsd-ports-graphics-9dc912bb4990f1e9e41b5ac085b8ea820cfc4c6a.tar.gz freebsd-ports-graphics-9dc912bb4990f1e9e41b5ac085b8ea820cfc4c6a.tar.zst freebsd-ports-graphics-9dc912bb4990f1e9e41b5ac085b8ea820cfc4c6a.zip |
Introduce MASTER_SITE_PHP and add several more mirror sites worldwide.
Approved by: ale (MAINTAINER of lang/php[45])
Diffstat (limited to 'lang/php4')
-rw-r--r-- | lang/php4/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 42990cf8458..08d8a3027bc 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -23,16 +23,10 @@ PORTNAME= php4 PORTVERSION= 4.3.6 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,} \ http://downloads.php.net/ilia/:rc \ http://downloads.php.net/jani/:rc +MASTER_SITE_SUBDIR= distributions/:release .if defined(WITHOUT_CLI) && !defined(WITHOUT_APACHE) PKGNAMEPREFIX= mod_ .else |