diff options
-rw-r--r-- | www/mod_tidy/Makefile | 2 | ||||
-rw-r--r-- | www/mod_tidy/pkg-descr | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/www/mod_tidy/Makefile b/www/mod_tidy/Makefile index fc4031d8ba69..046d057e1155 100644 --- a/www/mod_tidy/Makefile +++ b/www/mod_tidy/Makefile @@ -9,7 +9,7 @@ PORTNAME= mod_tidy PORTVERSION= 0.3 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://home.snafu.de/tusk/mod_tidy/ +MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/ DIST_SUBDIR= apache MAINTAINER= apache@FreeBSD.org diff --git a/www/mod_tidy/pkg-descr b/www/mod_tidy/pkg-descr index c5e3e438045d..4c82c2c04d31 100644 --- a/www/mod_tidy/pkg-descr +++ b/www/mod_tidy/pkg-descr @@ -4,5 +4,3 @@ It works as a filter that hooks up to HTML output. mod_tidy feeds the HTML output to TidyLib which validates the HTML output. If TidyLib finds an error the client receives a HTML page with a list of all found errors. If TidyLib doesn't complain you will get your HTML data as without mod_tidy. - -WWW: http://home.snafu.de/tusk/mod_tidy/ |