diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:08:24 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:08:24 +0000 |
commit | eee58d187e2c55fca6f53b9e482d33cf5346fe81 (patch) | |
tree | 0d350fe6ad6a2fe3222d838f3c72856c78cd449f /textproc/p5-CQL-Parser | |
parent | 3f1df82a16a1e89db9a69b36ade7342f34095ab4 (diff) | |
download | ports-eee58d187e2c55fca6f53b9e482d33cf5346fe81.tar.gz ports-eee58d187e2c55fca6f53b9e482d33cf5346fe81.zip |
Notes
Diffstat (limited to 'textproc/p5-CQL-Parser')
-rw-r--r-- | textproc/p5-CQL-Parser/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-CQL-Parser/pkg-plist | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/textproc/p5-CQL-Parser/Makefile b/textproc/p5-CQL-Parser/Makefile index efe0acb26ca6..f42b33352777 100644 --- a/textproc/p5-CQL-Parser/Makefile +++ b/textproc/p5-CQL-Parser/Makefile @@ -3,6 +3,7 @@ PORTNAME= CQL-Parser PORTVERSION= 1.13 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BRICAS diff --git a/textproc/p5-CQL-Parser/pkg-plist b/textproc/p5-CQL-Parser/pkg-plist index 1abbec69a823..6260e2776e6e 100644 --- a/textproc/p5-CQL-Parser/pkg-plist +++ b/textproc/p5-CQL-Parser/pkg-plist @@ -15,7 +15,6 @@ %%SITE_PERL%%/CQL/Token.pm %%SITE_PERL%%/CQL/Utils.pm %%SITE_PERL%%/CQL/Visitor.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/CQL/Parser/.packlist %%PERL5_MAN3%%/CQL::AndNode.3.gz %%PERL5_MAN3%%/CQL::BooleanNode.3.gz %%PERL5_MAN3%%/CQL::Lexer.3.gz @@ -32,6 +31,3 @@ %%PERL5_MAN3%%/CQL::TermNode.3.gz %%PERL5_MAN3%%/CQL::Token.3.gz %%PERL5_MAN3%%/CQL::Visitor.3.gz -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CQL/Parser -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CQL -@dirrmtry %%SITE_PERL%%/CQL |