diff options
Diffstat (limited to 'www/html2wml/Makefile')
-rw-r--r-- | www/html2wml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/html2wml/Makefile b/www/html2wml/Makefile index 884e97759c8b..d8ac63480594 100644 --- a/www/html2wml/Makefile +++ b/www/html2wml/Makefile @@ -19,7 +19,7 @@ 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 -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +SITE_PERL= ${SITE_PERL} MAN1= html2wml.1 |