summaryrefslogtreecommitdiff
path: root/www/html2wml/Makefile
diff options
context:
space:
mode:
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