diff options
author | oliver <oliver@FreeBSD.org> | 2003-08-01 15:41:35 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-08-01 15:41:35 +0800 |
commit | c836e78e6c837e5557f13d7e4f5db42796e3b1e6 (patch) | |
tree | ec023c3b60c7f7d8f95c8501e2735f4fdc8124f0 /lang/php4 | |
parent | 712fc98e09c4537326097f41b3cf64f2b9a40018 (diff) | |
download | freebsd-ports-gnome-c836e78e6c837e5557f13d7e4f5db42796e3b1e6.tar.gz freebsd-ports-gnome-c836e78e6c837e5557f13d7e4f5db42796e3b1e6.tar.zst freebsd-ports-gnome-c836e78e6c837e5557f13d7e4f5db42796e3b1e6.zip |
fix MASTER_SITES and split them into release-candidate and release sections
Approved by: maintainer
Diffstat (limited to 'lang/php4')
-rw-r--r-- | lang/php4/Makefile | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 99e2b4b1bf36..eb50b626650d 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -23,15 +23,16 @@ PORTNAME= php4 PORTVERSION= 4.3.3.r2 PORTREVISION= 0 CATEGORIES?= lang devel www -MASTER_SITES= http://www.php.net/distributions/ \ - http://it.php.net/distributions/ \ - http://fi.php.net/distributions/ \ - http://de.php.net/distributions/ \ - http://gr.php.net/distributions/ \ - http://fr.php.net/distributions/ \ - http://es.php.net/distributions/ \ - http://se.php.net/distributions/ \ - http://downloads.php.net/jani/ +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 \ + http://downloads.php.net/ilia/:rc \ + http://downloads.php.net/jani/:rc .if defined(WITHOUT_CLI) && !defined(WITHOUT_APACHE) PKGNAMEPREFIX= mod_ .else @@ -44,6 +45,7 @@ PKGNAMESUFFIX= -cli .endif .endif DISTNAME= php-${PORTVERSION:S/.r/RC/} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:rc MAINTAINER?= sysadmin@alexdupre.com COMMENT= PHP Scripting Language (Apache Module and CLI) |