aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-29 14:29:59 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-29 14:29:59 +0000
commitb19a84baf293404176c9298a6dfd070576e234b4 (patch)
treedbf8253c13bb56728876f759bb07863f0eee2825 /lang
parentf1feed3a98288e49b2bc8b53a399dffb69b0fd8d (diff)
downloadports-b19a84baf293404176c9298a6dfd070576e234b4.tar.gz
ports-b19a84baf293404176c9298a6dfd070576e234b4.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/php5/Makefile6
-rw-r--r--lang/php53/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index ddbc59155bb2..e8c890db86ac 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -31,8 +31,8 @@ MASTER_SITES= http://www.php.net/distributions/:release \
http://fr.php.net/distributions/:release \
http://es.php.net/distributions/:release \
http://se.php.net/distributions/:release \
- http://www.sm.FreeBSD.org/~alex/:rc \
- http://downloads.php.net/jani/:rc
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= ale
.if defined(WITHOUT_CLI) && !defined(WITHOUT_APACHE)
PKGNAMEPREFIX= mod_
.else
@@ -45,7 +45,7 @@ PKGNAMESUFFIX= -cli
.endif
.endif
DISTNAME= php-${PORTVERSION:S/.a/a/}
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:rc
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER?= sysadmin@alexdupre.com
COMMENT?= PHP Scripting Language (Apache Module and CLI)
diff --git a/lang/php53/Makefile b/lang/php53/Makefile
index ddbc59155bb2..e8c890db86ac 100644
--- a/lang/php53/Makefile
+++ b/lang/php53/Makefile
@@ -31,8 +31,8 @@ MASTER_SITES= http://www.php.net/distributions/:release \
http://fr.php.net/distributions/:release \
http://es.php.net/distributions/:release \
http://se.php.net/distributions/:release \
- http://www.sm.FreeBSD.org/~alex/:rc \
- http://downloads.php.net/jani/:rc
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= ale
.if defined(WITHOUT_CLI) && !defined(WITHOUT_APACHE)
PKGNAMEPREFIX= mod_
.else
@@ -45,7 +45,7 @@ PKGNAMESUFFIX= -cli
.endif
.endif
DISTNAME= php-${PORTVERSION:S/.a/a/}
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:rc
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER?= sysadmin@alexdupre.com
COMMENT?= PHP Scripting Language (Apache Module and CLI)