diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-05-22 13:45:59 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-05-22 13:45:59 +0000 |
commit | 1bf7bcbc11cba9d986a70da108d24c1319051d3d (patch) | |
tree | cc14b9db89bf6c90d5da46dcf9b107adb41da5fd /www/mod_index_rss/Makefile | |
parent | a9304a6481f628f97c742c5613e68f44b25bc87d (diff) |
- Fix MASTER_SITES
Notes
Notes:
svn path=/head/; revision=135853
Diffstat (limited to 'www/mod_index_rss/Makefile')
-rw-r--r-- | www/mod_index_rss/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_index_rss/Makefile b/www/mod_index_rss/Makefile index 5f005ec70720..3603fbb1774f 100644 --- a/www/mod_index_rss/Makefile +++ b/www/mod_index_rss/Makefile @@ -9,8 +9,7 @@ PORTNAME= mod_index_rss PORTVERSION= 0.10 CATEGORIES= www -MASTER_SITES= http://software.tangent.org/download/ \ - ftp://ftp.tangent.org/pub/apache/ +MASTER_SITES= http://download.tangent.org/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache module to provides RSS output for directories |