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-Graph | |
parent | b59192cc24ef24fba3659c2761a29f8b3a4aca74 (diff) | |
download | ports-d394d91a6ab79b2552ce91ad66446a1a3564ae55.tar.gz ports-d394d91a6ab79b2552ce91ad66446a1a3564ae55.zip |
Notes
Diffstat (limited to 'graphics/p5-GD-Graph')
-rw-r--r-- | graphics/p5-GD-Graph/Makefile | 8 | ||||
-rw-r--r-- | graphics/p5-GD-Graph/pkg-plist | 10 |
2 files changed, 8 insertions, 10 deletions
diff --git a/graphics/p5-GD-Graph/Makefile b/graphics/p5-GD-Graph/Makefile index e31aacc60f3e..0feb008066c8 100644 --- a/graphics/p5-GD-Graph/Makefile +++ b/graphics/p5-GD-Graph/Makefile @@ -18,14 +18,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= GD::Graph.3 \ - GD::Graph::Data.3 \ - GD::Graph::Error.3 \ - GD::Graph::FAQ.3 \ - GD::Graph::colour.3 \ - GD::Graph::hbars.3 - -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501400 diff --git a/graphics/p5-GD-Graph/pkg-plist b/graphics/p5-GD-Graph/pkg-plist index 762b48928e40..ae87ad3f19a9 100644 --- a/graphics/p5-GD-Graph/pkg-plist +++ b/graphics/p5-GD-Graph/pkg-plist @@ -1,3 +1,9 @@ +%%PERL5_MAN3%%/GD::Graph.3.gz +%%PERL5_MAN3%%/GD::Graph::Data.3.gz +%%PERL5_MAN3%%/GD::Graph::Error.3.gz +%%PERL5_MAN3%%/GD::Graph::FAQ.3.gz +%%PERL5_MAN3%%/GD::Graph::colour.3.gz +%%PERL5_MAN3%%/GD::Graph::hbars.3.gz %%SITE_PERL%%/GD/Graph.pm %%SITE_PERL%%/GD/Graph/Data.pm %%SITE_PERL%%/GD/Graph/Error.pm @@ -14,7 +20,7 @@ %%SITE_PERL%%/GD/Graph/points.pm %%SITE_PERL%%/GD/Graph/utils.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD -@dirrm %%SITE_PERL%%/GD/Graph +@dirrmtry %%SITE_PERL%%/GD/Graph @dirrmtry %%SITE_PERL%%/GD |