1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Fix pkg-plist

This commit is contained in:
Chin-San Huang 2009-01-03 06:06:31 +00:00
parent d1fc6986cb
commit 0d6915a874
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225162
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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