diff options
author | Alexey Zelkin <phantom@FreeBSD.org> | 2001-11-22 15:24:54 +0000 |
---|---|---|
committer | Alexey Zelkin <phantom@FreeBSD.org> | 2001-11-22 15:24:54 +0000 |
commit | 91eece0839f1b6f784df0959b0c88e5793d051fd (patch) | |
tree | 6e9cd1030fa820b49f251b502626faee9266945f /www/tidy | |
parent | Ensure that an empty directory is created when user installs package using (diff) |
Add new option '-preserve' to preserve characters entities from source file
(i.e. leave them undecoded into plain characters). This feature will be utilized
by translation teams and was successfuly tested against Russian and Japanese
Translation Projects.
Also add simple hack to not to display annoying "Can't open ~/.tidyrc" warning
message in case if ~/.tidyrc file missing.
Bump PORTREVISION.
Approved by: Scott Kenney <saken@hotel.rmta.org> (maintainer)
Tested by: myself, hrs
Notes
Notes:
svn path=/head/; revision=50377
Diffstat (limited to 'www/tidy')
-rw-r--r-- | www/tidy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/tidy/Makefile b/www/tidy/Makefile index 53b7176a83b5..ad1517c705d4 100644 --- a/www/tidy/Makefile +++ b/www/tidy/Makefile @@ -7,6 +7,7 @@ PORTNAME= tidy PORTVERSION= 20000804 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.w3.org/People/Raggett/ DISTNAME= tidy4aug00 |