diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-01 05:19:51 +0000 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-01 05:19:51 +0000 |
commit | 49429c891e7232df02efff0e044c2bfeb46e3e17 (patch) | |
tree | ebd25b8004ed37b3643659f8601eb8116c1d8b8a /graphics/p5-chart/pkg-plist | |
parent | b7e63af4a15537f9a2a3414e5c0b7dd535f8d5ad (diff) | |
download | FreeBSD-ports-49429c891e7232df02efff0e044c2bfeb46e3e17.zip FreeBSD-ports-49429c891e7232df02efff0e044c2bfeb46e3e17.tar.gz |
update graphics/p5-chart: 1.0.1 --> 2.2
PR: 52240
Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'graphics/p5-chart/pkg-plist')
-rw-r--r-- | graphics/p5-chart/pkg-plist | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/graphics/p5-chart/pkg-plist b/graphics/p5-chart/pkg-plist index 31c0861..8c0d1b3 100644 --- a/graphics/p5-chart/pkg-plist +++ b/graphics/p5-chart/pkg-plist @@ -1,12 +1,17 @@ -lib/perl5/site_perl/%%PERL_VER%%/Chart.pod -lib/perl5/site_perl/%%PERL_VER%%/Chart/Bars.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/Base.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/Composite.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/Lines.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/LinesPoints.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/Mountain.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/Points.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/StackedBars.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chart/.packlist -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chart -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Chart +%%SITE_PERL%%/Chart/Bars.pm +%%SITE_PERL%%/Chart/Base.pm +%%SITE_PERL%%/Chart/Composite.pm +%%SITE_PERL%%/Chart/Direction.pm +%%SITE_PERL%%/Chart/ErrorBars.pm +%%SITE_PERL%%/Chart/HorizontalBars.pm +%%SITE_PERL%%/Chart/Lines.pm +%%SITE_PERL%%/Chart/LinesPoints.pm +%%SITE_PERL%%/Chart/Mountain.pm +%%SITE_PERL%%/Chart/Pareto.pm +%%SITE_PERL%%/Chart/Pie.pm +%%SITE_PERL%%/Chart/Points.pm +%%SITE_PERL%%/Chart/Split.pm +%%SITE_PERL%%/Chart/StackedBars.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart/.packlist +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart 2>/dev/null || true +@dirrm %%SITE_PERL%%/Chart |