diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-05-26 09:14:42 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-05-26 09:14:42 +0000 |
commit | 11e0b153f983931d24250955f31f9b74352fdcaf (patch) | |
tree | e01d6fda5e7e33684fcf377dda71c1caf325c39c /textproc/p5-Data-Report | |
parent | 43cc9606cd9c9256084668ebfe354505a636a2f5 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Data-Report')
-rw-r--r-- | textproc/p5-Data-Report/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Data-Report/pkg-plist | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/textproc/p5-Data-Report/Makefile b/textproc/p5-Data-Report/Makefile index 776868b0b728..d549f7b4236a 100644 --- a/textproc/p5-Data-Report/Makefile +++ b/textproc/p5-Data-Report/Makefile @@ -7,6 +7,7 @@ PORTNAME= Data-Report PORTVERSION= 0.03 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Data @@ -24,7 +25,7 @@ RUN_DEPENDS= ${COMMON_DEPENDS} PERL_MODBUILD= yes -MAN3= Data::Report.3 Data::Report::API.3 Data::Report::Base.3 +MAN3= Data::Report.3 Data::Report::Base.3 .include <bsd.port.pre.mk> diff --git a/textproc/p5-Data-Report/pkg-plist b/textproc/p5-Data-Report/pkg-plist index a8d9ee6bbadb..993b6e3f7ed8 100644 --- a/textproc/p5-Data-Report/pkg-plist +++ b/textproc/p5-Data-Report/pkg-plist @@ -1,6 +1,4 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Report/.packlist %%SITE_PERL%%/Data/Report.pm -%%SITE_PERL%%/Data/Report/API.pm %%SITE_PERL%%/Data/Report/Base.pm %%SITE_PERL%%/Data/Report/Plugin/Csv.pm %%SITE_PERL%%/Data/Report/Plugin/Html.pm @@ -8,4 +6,3 @@ @dirrmtry %%SITE_PERL%%/Data/Report/Plugin @dirrmtry %%SITE_PERL%%/Data/Report @dirrmtry %%SITE_PERL%%/Data -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Report |