diff options
author | clement <clement@FreeBSD.org> | 2005-05-22 21:55:46 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-05-22 21:55:46 +0800 |
commit | 69031d726a307fdf26c456dfc8178b7769d5ce33 (patch) | |
tree | 2dff946e302b38a5dce74a0807fdc3a8a47f5e11 /www/mod_tidy | |
parent | aeaeab25870b895c74ee6742ce53f678f8dd5f79 (diff) | |
download | freebsd-ports-graphics-69031d726a307fdf26c456dfc8178b7769d5ce33.tar.gz freebsd-ports-graphics-69031d726a307fdf26c456dfc8178b7769d5ce33.tar.zst freebsd-ports-graphics-69031d726a307fdf26c456dfc8178b7769d5ce33.zip |
- Deal with dead site.
Diffstat (limited to 'www/mod_tidy')
-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 fc4031d8ba6..046d057e115 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 c5e3e438045..4c82c2c04d3 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/ |