diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-03-01 06:39:18 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-03-01 06:39:18 +0000 |
commit | 3e839fced03911e060519db070ef0b74a8f453d5 (patch) | |
tree | 58839ba4c2c0d7dad468b2a8f8430d225f909a6b /textproc/p5-XML-XPath | |
parent | 8c1e758bbd2d733cd1522404a3cb69077926ee68 (diff) | |
download | FreeBSD-ports-3e839fced03911e060519db070ef0b74a8f453d5.zip FreeBSD-ports-3e839fced03911e060519db070ef0b74a8f453d5.tar.gz |
Remove do-configure section, use PERL_CONFIGURE now.
Diffstat (limited to 'textproc/p5-XML-XPath')
-rw-r--r-- | textproc/p5-XML-XPath/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-XML-XPath/pkg-descr | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-XML-XPath/Makefile b/textproc/p5-XML-XPath/Makefile index e78766a..c84f68f 100644 --- a/textproc/p5-XML-XPath/Makefile +++ b/textproc/p5-XML-XPath/Makefile @@ -17,7 +17,7 @@ MAINTAINER= skv@protey.ru RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser -USE_PERL5= yes +PERL_CONFIGURE= yes MAN3= XML::XPath.3 XML::XPath::Boolean.3 XML::XPath::Builder.3 \ XML::XPath::Literal.3 XML::XPath::Node.3 \ @@ -29,9 +29,4 @@ MAN3= XML::XPath.3 XML::XPath::Boolean.3 XML::XPath::Builder.3 \ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @cd ${WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX} \ - INSTALLSCRIPT=${PREFIX}/bin - .include <bsd.port.mk> diff --git a/textproc/p5-XML-XPath/pkg-descr b/textproc/p5-XML-XPath/pkg-descr index 81db740..e035bb6 100644 --- a/textproc/p5-XML-XPath/pkg-descr +++ b/textproc/p5-XML-XPath/pkg-descr @@ -2,3 +2,5 @@ This module aims to comply exactly to the XPath specification at http://www.w3.org/TR/xpath and yet allow extensions to be added in the form of functions. Modules such as XSLT and XPointer may need to do this as they support functionality beyond XPath. + +WWW: http://www.w3.org/TR/xpath |