summaryrefslogtreecommitdiff
path: root/www/apache-contrib
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-02-13 15:04:03 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-02-13 15:04:03 +0000
commit4d0923d90c9008c764a2d49ec4151f2ecb8fc8ca (patch)
treef3037ee64032f626900df0c05be9f61bdcba3991 /www/apache-contrib
parentUse MASTER_SITE_DEBIAN. (diff)
Use MASTER_SITE_APACHE*.
PR: 47984 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes: svn path=/head/; revision=75463
Diffstat (limited to 'www/apache-contrib')
-rw-r--r--www/apache-contrib/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/www/apache-contrib/Makefile b/www/apache-contrib/Makefile
index d721b912787f..8ee2eed27f8e 100644
--- a/www/apache-contrib/Makefile
+++ b/www/apache-contrib/Makefile
@@ -8,13 +8,8 @@
PORTNAME= apache-contrib
PORTVERSION= 1.0.8
CATEGORIES= www
-MASTER_SITES= http://www.apache.org/dist/%SUBDIR%/ \
- ftp://ftp.rge.com/pub/infosystems/apache/dist/%SUBDIR%/ \
- ftp://ftp.epix.net/pub/apache/dist/%SUBDIR%/ \
- ftp://ftp.iodynamics.com/pub/mirror/apache/dist/%SUBDIR%/ \
- ftp://ftp.sunet.se/pub/www/servers/apache/dist/%SUBDIR%/ \
- ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/apache/dist/&,}
-MASTER_SITE_SUBDIR= httpd/contrib/modules/1.3
+MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
+MASTER_SITE_SUBDIR= contrib/modules/1.3
MAINTAINER= ports@FreeBSD.org