diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-05-29 08:55:31 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-05-29 08:55:31 +0000 |
commit | 3e71556168e3fb576f1d4ee9545abe24cf069f99 (patch) | |
tree | d2194255002e46b9b56b7bd05a98eb1e001f9c66 /textproc/p5-XML-LibXML/Makefile | |
parent | 27bf13dbfe78ff028c44b6eb58af5c536dc609ec (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-LibXML/Makefile')
-rw-r--r-- | textproc/p5-XML-LibXML/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile index b2b51792124d..00b5c1773775 100644 --- a/textproc/p5-XML-LibXML/Makefile +++ b/textproc/p5-XML-LibXML/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-LibXML -PORTVERSION= 1.40 +PORTVERSION= 1.50 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -21,14 +21,15 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2' -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= XML::LibXML.3 XML::LibXML::Attr.3 XML::LibXML::Boolean.3 \ XML::LibXML::CDATASection.3 XML::LibXML::Comment.3 \ - XML::LibXML::Document.3 XML::LibXML::DocumentFragment.3 \ - XML::LibXML::Dtd.3 XML::LibXML::Element.3 \ - XML::LibXML::Literal.3 XML::LibXML::Namespace.3 \ - XML::LibXML::Node.3 XML::LibXML::NodeList.3 \ - XML::LibXML::Number.3 XML::LibXML::SAX::Builder.3 \ + XML::LibXML::DOM.3 XML::LibXML::Document.3 \ + XML::LibXML::DocumentFragment.3 XML::LibXML::Dtd.3 \ + XML::LibXML::Element.3 XML::LibXML::Literal.3 \ + XML::LibXML::Namespace.3 XML::LibXML::Node.3 \ + XML::LibXML::NodeList.3 XML::LibXML::Number.3 \ + XML::LibXML::SAX.3 XML::LibXML::SAX::Builder.3 \ XML::LibXML::SAX::Generator.3 XML::LibXML::SAX::Parser.3 \ XML::LibXML::Text.3 |