summaryrefslogtreecommitdiff
path: root/lang/php5
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/php5
parent- Fix build on 5.x (diff)
- Make fetchable
PR: ports/60692 Submitted by: ale (maintainer)
Notes
Notes: svn path=/head/; revision=96883
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile6
1 files changed, 3 insertions, 3 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)