diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-13 15:04:03 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-13 15:04:03 +0000 |
commit | 4d0923d90c9008c764a2d49ec4151f2ecb8fc8ca (patch) | |
tree | f3037ee64032f626900df0c05be9f61bdcba3991 /www/apache-contrib | |
parent | ec726a8dba0bb9c293605163125b202e72477b1f (diff) | |
download | ports-4d0923d90c9008c764a2d49ec4151f2ecb8fc8ca.tar.gz ports-4d0923d90c9008c764a2d49ec4151f2ecb8fc8ca.zip |
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/Makefile | 9 |
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 |