diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-05-22 13:55:46 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-05-22 13:55:46 +0000 |
commit | 4125d0656cd5fc9f24cd3a105b3f3386864f128c (patch) | |
tree | 28eb6adab1da631d1547a3d3b59f618292bf460b /www/mod_tidy | |
parent | 3fee397b43da1e9432c499abcb1e9f2ff72ba679 (diff) | |
download | ports-4125d0656cd5fc9f24cd3a105b3f3386864f128c.tar.gz ports-4125d0656cd5fc9f24cd3a105b3f3386864f128c.zip |
Notes
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 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/ |