diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-05-24 13:37:35 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-05-24 13:37:35 +0000 |
commit | b215e60f8b1ad0d15547bad7b2b666aacfc64989 (patch) | |
tree | 1abd4e7d8ecc9732cc78c838ab9ce3cde1ea0976 /www/mod_php3 | |
parent | 12f4ceb5a0b914c78bdf6694b6fa1313b5d252dd (diff) | |
download | ports-b215e60f8b1ad0d15547bad7b2b666aacfc64989.tar.gz ports-b215e60f8b1ad0d15547bad7b2b666aacfc64989.zip |
Notes
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index f95c58a737d5..9a12ba4a4369 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -9,15 +9,12 @@ PORTNAME?= mod_php3 PORTVERSION= 3.0.18 PORTREVISION?= 3 CATEGORIES?= www -MASTER_SITES= http://php.he.net/${PHP_DISTDIR}/ \ - http://www.php3.de/${PHP_DISTDIR}/ \ - http://au.php.net/${PHP_DISTDIR}/ \ - http://at.php.net/${PHP_DISTDIR}/ \ - http://br.php.net/${PHP_DISTDIR}/ \ - http://php3.globe.de/${PHP_DISTDIR}/ +MASTER_SITES= ${MASTER_SITE_PHP} +MASTER_SITE_SUBDIR= distributions DISTNAME= php-${PORTVERSION} -PATCH_SITES= http://www.php.net/distributions/ +PATCH_SITES= ${MASTER_SITE_PHP} +PATCH_SITE_SUBDIR= distributions PATCHFILES= mime.c.diff-3.0.gz MAINTAINER= ports@FreeBSD.org @@ -29,8 +26,6 @@ USE_APACHE= yes PATCH_DIST_ARGS= -d ${WRKSRC}/functions -PHP_DISTDIR= distributions - SLAVEDIRS= lang/php3 USE_SUBMAKE= yes |