diff options
author | chinsan <chinsan@FreeBSD.org> | 2009-01-03 14:06:31 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2009-01-03 14:06:31 +0800 |
commit | cf366a847c8482512a5e69dc52b8d140bea4b39a (patch) | |
tree | c24da81b2ede81cc4982b73a7bd6cc7d96f79cdf /graphics/p5-Graphics-Primitive | |
parent | 5157d7bbdbf4b49766a5707bcdb1064c7c86abd8 (diff) | |
download | freebsd-ports-gnome-cf366a847c8482512a5e69dc52b8d140bea4b39a.tar.gz freebsd-ports-gnome-cf366a847c8482512a5e69dc52b8d140bea4b39a.tar.zst freebsd-ports-gnome-cf366a847c8482512a5e69dc52b8d140bea4b39a.zip |
- 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 |