From 4405b5a971944c4fc826d621e978183bb60f966c Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Thu, 25 Sep 2003 11:09:32 +0000 Subject: [PATCH] Fix package building on perl 5.005_03. Pointed by: kris --- textproc/p5-XML-LibXML/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile index 542654d5cc96..bbaec8142449 100644 --- a/textproc/p5-XML-LibXML/Makefile +++ b/textproc/p5-XML-LibXML/Makefile @@ -21,9 +21,8 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2' +CONFIGURE_ENV= XMLPREFIX='${PREFIX}' -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::DOM.3 XML::LibXML::Document.3 \