diff options
author | pav <pav@FreeBSD.org> | 2003-12-29 22:29:59 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-29 22:29:59 +0800 |
commit | d8945d3796f74b12f28a955e8924c012e1cbc5a1 (patch) | |
tree | a3f16f58b29a8327a070c8c958aba089a11a1a22 /lang/php5 | |
parent | 2a8f09d5816444f885dcff0df40d7f040009d9c1 (diff) | |
download | freebsd-ports-gnome-d8945d3796f74b12f28a955e8924c012e1cbc5a1.tar.gz freebsd-ports-gnome-d8945d3796f74b12f28a955e8924c012e1cbc5a1.tar.zst freebsd-ports-gnome-d8945d3796f74b12f28a955e8924c012e1cbc5a1.zip |
- Make fetchable
PR: ports/60692
Submitted by: ale (maintainer)
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 6 |
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) |