diff options
-rw-r--r-- | www/mod_index_rss/Makefile | 4 | ||||
-rw-r--r-- | www/mod_index_rss/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_index_rss/Makefile b/www/mod_index_rss/Makefile index 252bde588c05..156506ecc598 100644 --- a/www/mod_index_rss/Makefile +++ b/www/mod_index_rss/Makefile @@ -9,9 +9,9 @@ PORTNAME= mod_index_rss PORTVERSION= 0.10 CATEGORIES= www -MASTER_SITES= http://www.tangent.org/mod_index_rss/ +MASTER_SITES= http://software.tangent.org/download/ -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 diff --git a/www/mod_index_rss/pkg-descr b/www/mod_index_rss/pkg-descr index 5faa2f1a00cb..4a10778b83c8 100644 --- a/www/mod_index_rss/pkg-descr +++ b/www/mod_index_rss/pkg-descr @@ -2,4 +2,4 @@ This module provides RSS output for directories. Sites that publish mainly static content to directories (whether images, html...) can use it to have dynamic lists of their content. -WWW: http://tangent.org/mod_index_rss/ +WWW: http://software.tangent.org/projects.pl?view=mod_index_rss |