summaryrefslogtreecommitdiff
path: root/lang/php4
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-08-01 07:41:35 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-08-01 07:41:35 +0000
commit762d33221a0ec32611eaac600fd07db1df281e7b (patch)
tree58578e89ca362c138984d5ddf5281c3620c654b4 /lang/php4
parentImprove dir() function. (diff)
fix MASTER_SITES and split them into release-candidate and release sections
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=86108
Diffstat (limited to 'lang/php4')
-rw-r--r--lang/php4/Makefile20
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)