From b19a84baf293404176c9298a6dfd070576e234b4 Mon Sep 17 00:00:00 2001
From: Pav Lucistnik <pav@FreeBSD.org>
Date: Mon, 29 Dec 2003 14:29:59 +0000
Subject: - Make fetchable

PR:		ports/60692
Submitted by:	ale (maintainer)
---
 lang/php5/Makefile  | 6 +++---
 lang/php53/Makefile | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

(limited to 'lang')

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)
-- 
cgit v1.2.3