aboutsummaryrefslogtreecommitdiff
path: root/www/html2wml/Makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-04-27 09:11:45 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-04-27 09:11:45 +0000
commit78278ce203f9a253ccdb1744b5cc5b32928aede5 (patch)
tree565f43cb712c5486f2223476f200eeec0fd4a71a /www/html2wml/Makefile
parent454bf546c7cfde865c21aebd33268b2eed5ca296 (diff)
downloadports-78278ce203f9a253ccdb1744b5cc5b32928aede5.tar.gz
ports-78278ce203f9a253ccdb1744b5cc5b32928aede5.zip
- Use PLIST_FILES/PORTDOCS, MAKE_ARGS
- Note that the cgi-script isn't installed atm
Notes
Notes: svn path=/head/; revision=134240
Diffstat (limited to 'www/html2wml/Makefile')
-rw-r--r--www/html2wml/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/html2wml/Makefile b/www/html2wml/Makefile
index d677ac71d11b..bf1d9ab3f7d3 100644
--- a/www/html2wml/Makefile
+++ b/www/html2wml/Makefile
@@ -18,8 +18,13 @@ RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
USE_PERL5= yes
+MAKE_ARGS= PREFIX=${PREFIX} DOCDIR=${DOCDIR}
+PLIST_FILES= bin/html2wml
MAN1= html2wml.1
+.if !defined(NOPORTDOCS)
+PORTDOCS= *
+.endif
do-build:
cd ${BUILD_WRKSRC}/doc; \