diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-24 15:52:12 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-24 15:52:12 +0000 |
commit | 61fd35343f28cc7aff1e7b3f3dee4fc3b3dcb6db (patch) | |
tree | 2bde90029aec0b39c5098c897caaf97334d8a53c /textproc/p5-Text-Query | |
parent | d868ed7aea79199e7b22a02ac01cd4cec8760049 (diff) | |
download | ports-61fd35343f28cc7aff1e7b3f3dee4fc3b3dcb6db.tar.gz ports-61fd35343f28cc7aff1e7b3f3dee4fc3b3dcb6db.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Query')
-rw-r--r-- | textproc/p5-Text-Query/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Text-Query/pkg-plist | 11 |
2 files changed, 11 insertions, 9 deletions
diff --git a/textproc/p5-Text-Query/Makefile b/textproc/p5-Text-Query/Makefile index dc39528b7a09..5f3e38f38ec4 100644 --- a/textproc/p5-Text-Query/Makefile +++ b/textproc/p5-Text-Query/Makefile @@ -13,15 +13,6 @@ COMMENT= Query processing framework USES= perl5 USE_PERL5= configure patch -MAN3= Text::Query.3 Text::Query::Build.3 \ - Text::Query::BuildAdvancedString.3 \ - Text::Query::BuildSimpleString.3 Text::Query::Optimize.3 \ - Text::Query::Parse.3 Text::Query::ParseAdvanced.3 \ - Text::Query::ParseSimple.3 Text::Query::Solve.3 \ - Text::Query::SolveAdvancedString.3 \ - Text::Query::SolveSimpleString.3 - -NO_STAGE= yes pre-patch: @${PERL} -pi -e 's/factor\(\$$self\)/\&factor(\$$self)/' \ ${WRKSRC}/lib/Text/Query/ParseAdvanced.pm diff --git a/textproc/p5-Text-Query/pkg-plist b/textproc/p5-Text-Query/pkg-plist index 70d79f81a5bf..ca680a11e23b 100644 --- a/textproc/p5-Text-Query/pkg-plist +++ b/textproc/p5-Text-Query/pkg-plist @@ -1,3 +1,14 @@ +%%PERL5_MAN3%%/Text::Query.3.gz +%%PERL5_MAN3%%/Text::Query::Build.3.gz +%%PERL5_MAN3%%/Text::Query::BuildAdvancedString.3.gz +%%PERL5_MAN3%%/Text::Query::BuildSimpleString.3.gz +%%PERL5_MAN3%%/Text::Query::Optimize.3.gz +%%PERL5_MAN3%%/Text::Query::Parse.3.gz +%%PERL5_MAN3%%/Text::Query::ParseAdvanced.3.gz +%%PERL5_MAN3%%/Text::Query::ParseSimple.3.gz +%%PERL5_MAN3%%/Text::Query::Solve.3.gz +%%PERL5_MAN3%%/Text::Query::SolveAdvancedString.3.gz +%%PERL5_MAN3%%/Text::Query::SolveSimpleString.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Query/.packlist %%SITE_PERL%%/Text/Query.pm %%SITE_PERL%%/Text/Query/Advanced.pm |