diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-06-15 19:22:48 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-06-15 19:22:48 +0800 |
commit | a971b6c64a3eeebb8dd20d1c9b65cf29d8de3d46 (patch) | |
tree | 276f8cbee75becd3cbb602dae252dcb93c561dbc /www/tidy/Makefile | |
parent | e1a6912f1e7a29a0df379f32ca8a7b6cb75add5b (diff) | |
download | freebsd-ports-gnome-a971b6c64a3eeebb8dd20d1c9b65cf29d8de3d46.tar.gz freebsd-ports-gnome-a971b6c64a3eeebb8dd20d1c9b65cf29d8de3d46.tar.zst freebsd-ports-gnome-a971b6c64a3eeebb8dd20d1c9b65cf29d8de3d46.zip |
- add CONFLICTS
Submitted by: thierry
Diffstat (limited to 'www/tidy/Makefile')
-rw-r--r-- | www/tidy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/tidy/Makefile b/www/tidy/Makefile index ecd4a4e33fba..2527a5c9cb45 100644 --- a/www/tidy/Makefile +++ b/www/tidy/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.w3.org/People/Raggett/ DISTNAME= tidy4aug00 EXTRACT_SUFX= .tgz +CONFLICTS= tidy-devel-[0-9]* tidy-lib-[0-9]* + MAINTAINER= dinoex@FreeBSD.org COMMENT= Fixes and tidies up HTML files |