diff options
Diffstat (limited to 'www/mod_python/Makefile')
-rw-r--r-- | www/mod_python/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_python/Makefile b/www/mod_python/Makefile index 265b292..0a5a025 100644 --- a/www/mod_python/Makefile +++ b/www/mod_python/Makefile @@ -8,10 +8,10 @@ PORTNAME= mod_python PORTVERSION= 2.7.8 CATEGORIES= www python -MASTER_SITES= http://www.modpython.org/dist/ \ - ftp://ftp.nuug.no/pub/anders/distfiles/ -DIST_SUBDIR= python +MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} +MASTER_SITE_SUBDIR= modpython EXTRACT_SUFX= .tgz +DIST_SUBDIR= python MAINTAINER= ports@FreeBSD.org COMMENT= Apache module for integrating Python |