aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php5
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>2000-04-11 04:08:20 +0800
committercpiazza <cpiazza@FreeBSD.org>2000-04-11 04:08:20 +0800
commit76b21d84785d3ce2726153f3535618de853b343e (patch)
tree3ad2f8d967b47be0dc48f348c19c1d8e6fb076b1 /www/mod_php5
parent610f59f19c289731b08a143c327f359213f1d80e (diff)
downloadfreebsd-ports-gnome-76b21d84785d3ce2726153f3535618de853b343e.tar.gz
freebsd-ports-gnome-76b21d84785d3ce2726153f3535618de853b343e.tar.zst
freebsd-ports-gnome-76b21d84785d3ce2726153f3535618de853b343e.zip
Accidentally undefined DISTFILES which made WRKSRC
bogus. Noticed by: "Matt M." <matt@boda.virtualave.net>
Diffstat (limited to 'www/mod_php5')
-rw-r--r--www/mod_php5/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile
index 3e16e24c40ce..17163e36b5a4 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