summaryrefslogtreecommitdiff
path: root/www/html2wml/Makefile
diff options
context:
space:
mode:
authorGeorge C A Reid <greid@FreeBSD.org>2001-06-26 17:06:34 +0000
committerGeorge C A Reid <greid@FreeBSD.org>2001-06-26 17:06:34 +0000
commit2d05aa1267974f9682465111d1d6d71035ca411a (patch)
treef3d5dee97a6b722fd3d0e72c4315a777b26c3921 /www/html2wml/Makefile
parentUpdate to 20010627. Enhance the behaviors of some flags: (diff)
Update to 0.4.5r2
PR: 28419 Submitted by: Patrick Li <pat@databits.net>
Notes
Notes: svn path=/head/; revision=44471
Diffstat (limited to 'www/html2wml/Makefile')
-rw-r--r--www/html2wml/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/html2wml/Makefile b/www/html2wml/Makefile
index cd4c2ab69e02..b69b66df8a4a 100644
--- a/www/html2wml/Makefile
+++ b/www/html2wml/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= html2wml
-PORTVERSION= 0.4.2
+PORTVERSION= 0.4.5r2
CATEGORIES= www
MASTER_SITES= http://maddingue.free.fr/techie/download/Html2Wml/
@@ -41,8 +41,10 @@ post-install:
.endfor
${INSTALL_DATA} ${WRKSRC}/t/form.html \
${PREFIX}/share/doc/html2wml/t
-.for D in inc_para.wml inc_prev.wml include.html links.html mix1.html \
- mix2.html struct.html xtreme.html
+.for D in inc_para.wml inc_prev.wml mix1.html mix2.html struct.html \
+ t-a.html t-anchor.html t-br.html t-double-tags.html t-extcharset.html \
+ t-frames.html t-img.html t-include.html t-nest.html t-no-tag.html \
+ t-special-chars.html t-urls.html
${INSTALL_DATA} ${WRKSRC}/t/samples/$D \
${PREFIX}/share/doc/html2wml/t/samples
.endfor