summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>2000-04-10 20:08:20 +0000
committercpiazza <cpiazza@FreeBSD.org>2000-04-10 20:08:20 +0000
commit76b21d84785d3ce2726153f3535618de853b343e (patch)
tree3ad2f8d967b47be0dc48f348c19c1d8e6fb076b1 /www
parent610f59f19c289731b08a143c327f359213f1d80e (diff)
downloadFreeBSD-ports-76b21d84785d3ce2726153f3535618de853b343e.zip
FreeBSD-ports-76b21d84785d3ce2726153f3535618de853b343e.tar.gz
Accidentally undefined DISTFILES which made WRKSRC
bogus. Noticed by: "Matt M." <matt@boda.virtualave.net>
Diffstat (limited to 'www')
-rw-r--r--www/mod_php3/Makefile3
-rw-r--r--www/mod_php4/Makefile3
-rw-r--r--www/mod_php5/Makefile3
3 files changed, 6 insertions, 3 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile
index cb98252..a645708 100644
--- a/www/mod_php3/Makefile
+++ b/www/mod_php3/Makefile
@@ -38,7 +38,8 @@ MASTER_SITES= http://www.apache.org/dist/ \
http://php3.globe.de/${PHP_DISTDIR}/ \
ftp://ftp.blatzheim.com/pub/mod_ssl/ \
ftp://ftp.fu-berlin.de/unix/security/mod_ssl/
-DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP}.tar.gz
+DISTNAME= apache_${VERSION_APACHE}
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} php-${VERSION_PHP}${EXTRACT_SUFX}
MAINTAINER= dirk@FreeBSD.org
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile
index 3e16e24..17163e3 100644
--- a/www/mod_php4/Makefile
+++ b/www/mod_php4/Makefile
@@ -37,7 +37,8 @@ MASTER_SITES= http://www.apache.org/dist/ \
http://php3.globe.de/${PHP_DISTDIR}/ \
ftp://ftp.blatzheim.com/pub/mod_ssl/ \
ftp://ftp.fu-berlin.de/unix/security/mod_ssl/
-DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP}.tar.gz
+DISTNAME= apache_${VERSION_APACHE}
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} php-${VERSION_PHP}${EXTRACT_SUFX}
MAINTAINER= dirk@FreeBSD.org
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile
index 3e16e24..17163e3 100644
--- a/www/mod_php5/Makefile
+++ b/www/mod_php5/Makefile
@@ -37,7 +37,8 @@ MASTER_SITES= http://www.apache.org/dist/ \
http://php3.globe.de/${PHP_DISTDIR}/ \
ftp://ftp.blatzheim.com/pub/mod_ssl/ \
ftp://ftp.fu-berlin.de/unix/security/mod_ssl/
-DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP}.tar.gz
+DISTNAME= apache_${VERSION_APACHE}
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} php-${VERSION_PHP}${EXTRACT_SUFX}
MAINTAINER= dirk@FreeBSD.org
OpenPOWER on IntegriCloud