diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2009-01-03 06:06:31 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2009-01-03 06:06:31 +0000 |
commit | 0d6915a8743d07cde22ab5eaac9037aa8935a817 (patch) | |
tree | c0d34d785db019f3e5e393f7e7a20de1cb66886a /graphics/p5-Graphics-Primitive | |
parent | - Remove unused patch (diff) |
- Fix pkg-plist
Diffstat (limited to 'graphics/p5-Graphics-Primitive')
-rw-r--r-- | graphics/p5-Graphics-Primitive/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-Graphics-Primitive/pkg-plist | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/graphics/p5-Graphics-Primitive/Makefile b/graphics/p5-Graphics-Primitive/Makefile index f8c1e99ccfcf..e29fe81c437a 100644 --- a/graphics/p5-Graphics-Primitive/Makefile +++ b/graphics/p5-Graphics-Primitive/Makefile @@ -7,6 +7,7 @@ PORTNAME= Graphics-Primitive PORTVERSION= 0.37 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/G/GP/GPHAT @@ -46,6 +47,8 @@ MAN3= Graphics::Primitive.3 \ Graphics::Primitive::Oriented.3 \ Graphics::Primitive::Paint.3 \ Graphics::Primitive::Paint::Gradient.3 \ + Graphics::Primitive::Paint::Gradient::Linear.3 \ + Graphics::Primitive::Paint::Gradient::Radial.3 \ Graphics::Primitive::Paint::Solid.3 \ Graphics::Primitive::Path.3 \ Graphics::Primitive::TextBox.3 diff --git a/graphics/p5-Graphics-Primitive/pkg-plist b/graphics/p5-Graphics-Primitive/pkg-plist index 9da14c7d4969..288d765a10ff 100644 --- a/graphics/p5-Graphics-Primitive/pkg-plist +++ b/graphics/p5-Graphics-Primitive/pkg-plist @@ -17,12 +17,15 @@ %%SITE_PERL%%/Graphics/Primitive/Operation/Stroke.pm %%SITE_PERL%%/Graphics/Primitive/Oriented.pm %%SITE_PERL%%/Graphics/Primitive/Paint.pm +%%SITE_PERL%%/Graphics/Primitive/Paint/Gradient/Linear.pm +%%SITE_PERL%%/Graphics/Primitive/Paint/Gradient/Radial.pm %%SITE_PERL%%/Graphics/Primitive/Paint/Gradient.pm %%SITE_PERL%%/Graphics/Primitive/Paint/Solid.pm %%SITE_PERL%%/Graphics/Primitive/Path.pm %%SITE_PERL%%/Graphics/Primitive/TextBox.pm @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Primitive @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics +@dirrmtry %%SITE_PERL%%/Graphics/Primitive/Paint/Gradient @dirrmtry %%SITE_PERL%%/Graphics/Primitive/Paint @dirrmtry %%SITE_PERL%%/Graphics/Primitive/Operation @dirrmtry %%SITE_PERL%%/Graphics/Primitive/Driver |