diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-09-04 08:59:34 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-09-04 08:59:34 +0000 |
commit | 7540cab8820d920e8569727cc5faf2255c1a3b2a (patch) | |
tree | b802a490ff0814582725d25abd4bb4a9db7e0c47 /textproc/p5-XML-SAX/Makefile | |
parent | 1d0d62db76f3963426a7b1e74ae157800cc9483d (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-SAX/Makefile')
-rw-r--r-- | textproc/p5-XML-SAX/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile index 9e160af9384f..2f2d5ebe3dc5 100644 --- a/textproc/p5-XML-SAX/Makefile +++ b/textproc/p5-XML-SAX/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-SAX -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -22,14 +22,12 @@ PERL_CONFIGURE= yes CONFIGURE_ARGS= </dev/null MAN3= XML::SAX.3 XML::SAX::Base.3 XML::SAX::DocumentLocator.3 \ - XML::SAX::Exception.3 XML::SAX::ParserFactory.3 \ - XML::SAX::PurePerl.3 XML::SAX::PurePerl::Reader.3 + XML::SAX::Exception.3 XML::SAX::Intro.3 \ + XML::SAX::ParserFactory.3 XML::SAX::PurePerl.3 \ + XML::SAX::PurePerl::Reader.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -post-patch: - @${PERL} -pi -e 's/\x0d(?=\x0a)//;' ${WRKSRC}/SAX/Intro.pod - post-configure: # dirty hack to deceive irritable pod2man @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' \ |