summaryrefslogtreecommitdiff
path: root/www/html2wml/Makefile
diff options
context:
space:
mode:
authorGeorge C A Reid <greid@FreeBSD.org>2001-05-19 19:19:14 +0000
committerGeorge C A Reid <greid@FreeBSD.org>2001-05-19 19:19:14 +0000
commitdcf2f2ef6b56664d7941be8a7169904fb2d431bd (patch)
tree7c63d7560d602766f0859df37fcfde4a3e3343f7 /www/html2wml/Makefile
parentupgrade to 2.7.3 (diff)
Update to version 0.4.2
Notes
Notes: svn path=/head/; revision=42749
Diffstat (limited to 'www/html2wml/Makefile')
-rw-r--r--www/html2wml/Makefile22
1 files changed, 20 insertions, 2 deletions
diff --git a/www/html2wml/Makefile b/www/html2wml/Makefile
index 5b0b706d9e6b..cd4c2ab69e02 100644
--- a/www/html2wml/Makefile
+++ b/www/html2wml/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= html2wml
-PORTVERSION= 0.4.0
+PORTVERSION= 0.4.2
CATEGORIES= www
MASTER_SITES= http://maddingue.free.fr/techie/download/Html2Wml/
-MAINTAINER= greid@ukug.uk.freebsd.org
+MAINTAINER= greid@FreeBSD.org
RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \
@@ -30,4 +30,22 @@ do-build:
checkconfig:
@cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} default
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/html2wml/t/samples
+.for D in ARTISTIC COPYING INSTALL NEWS NOTES README TODO ChangeLog
+ ${INSTALL_DATA} ${WRKSRC}/$D ${PREFIX}/share/doc/html2wml
+.endfor
+.for D in html pdf pod txt
+ ${INSTALL_DATA} ${WRKSRC}/doc/readme.$D ${PREFIX}/share/doc/html2wml
+.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
+ ${INSTALL_DATA} ${WRKSRC}/t/samples/$D \
+ ${PREFIX}/share/doc/html2wml/t/samples
+.endfor
+.endif
+
.include <bsd.port.mk>