diff options
author | rse <rse@FreeBSD.org> | 2001-05-04 14:34:07 +0800 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 2001-05-04 14:34:07 +0800 |
commit | 03a78653bea780de6ecba6450d6db80503eb2bab (patch) | |
tree | 2a0b7533084782768b3760ec72b127ff00169912 /www/apache13-modssl | |
parent | e5daaeaaf38ad94c6596991698fcf9f641d5888d (diff) | |
download | freebsd-ports-gnome-03a78653bea780de6ecba6450d6db80503eb2bab.tar.gz freebsd-ports-gnome-03a78653bea780de6ecba6450d6db80503eb2bab.tar.zst freebsd-ports-gnome-03a78653bea780de6ecba6450d6db80503eb2bab.zip |
Fix MASTER_SITES:
http://www.apache.org/dist/ -> http://www.apache.org/dist/httpd/
Diffstat (limited to 'www/apache13-modssl')
-rw-r--r-- | www/apache13-modssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index 05479db7e37f..f86760bbc900 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -9,7 +9,7 @@ PORTNAME= apache+mod_ssl PORTVERSION= ${VERSION_APACHE}+${VERSION_MODSSL} PORTREVISION= 0 CATEGORIES= www security -MASTER_SITES= http://www.apache.org/dist/ \ +MASTER_SITES= http://www.apache.org/dist/httpd/ \ http://www.modssl.org/source/ \ ftp://ftp.modssl.org/source/ \ ftp://ftp.pca.dfn.de/pub/tools/net/mod_ssl/ \ |