diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 01:33:02 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 01:33:02 +0000 |
commit | d394d91a6ab79b2552ce91ad66446a1a3564ae55 (patch) | |
tree | 6b2046ea5205e6106b70f572dde8ed8864afc287 /graphics/p5-GD-Graph3d | |
parent | b59192cc24ef24fba3659c2761a29f8b3a4aca74 (diff) |
Notes
Diffstat (limited to 'graphics/p5-GD-Graph3d')
-rw-r--r-- | graphics/p5-GD-Graph3d/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-GD-Graph3d/pkg-plist | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/graphics/p5-GD-Graph3d/Makefile b/graphics/p5-GD-Graph3d/Makefile index 7814eaa533ca..bd028f7946ad 100644 --- a/graphics/p5-GD-Graph3d/Makefile +++ b/graphics/p5-GD-Graph3d/Makefile @@ -18,7 +18,4 @@ USES= perl5 USE_PERL5= configure USE_DOS2UNIX= lib/GD/Graph3d.pm # pod2man doesn't work without this -MAN3= GD::Graph3d.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-GD-Graph3d/pkg-plist b/graphics/p5-GD-Graph3d/pkg-plist index 31a14292ad22..f10aa32efebe 100644 --- a/graphics/p5-GD-Graph3d/pkg-plist +++ b/graphics/p5-GD-Graph3d/pkg-plist @@ -1,11 +1,13 @@ -%%SITE_PERL%%/GD/Graph3d.pm +%%PERL5_MAN3%%/GD::Graph3d.3.gz %%SITE_PERL%%/GD/Graph/axestype3d.pm %%SITE_PERL%%/GD/Graph/bars3d.pm -%%SITE_PERL%%/GD/Graph/cylinder3d.pm %%SITE_PERL%%/GD/Graph/cylinder.pm +%%SITE_PERL%%/GD/Graph/cylinder3d.pm %%SITE_PERL%%/GD/Graph/lines3d.pm %%SITE_PERL%%/GD/Graph/pie3d.pm +%%SITE_PERL%%/GD/Graph3d.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph3d/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph3d +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD @dirrmtry %%SITE_PERL%%/GD/Graph @dirrmtry %%SITE_PERL%%/GD -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph3d |