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-Chart-PNGgraph | |
parent | b59192cc24ef24fba3659c2761a29f8b3a4aca74 (diff) |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=332801
Diffstat (limited to 'graphics/p5-Chart-PNGgraph')
-rw-r--r-- | graphics/p5-Chart-PNGgraph/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-Chart-PNGgraph/pkg-plist | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/graphics/p5-Chart-PNGgraph/Makefile b/graphics/p5-Chart-PNGgraph/Makefile index 3c36966096c2..b06676456c5b 100644 --- a/graphics/p5-Chart-PNGgraph/Makefile +++ b/graphics/p5-Chart-PNGgraph/Makefile @@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Chart::PNGgraph.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Chart-PNGgraph/pkg-plist b/graphics/p5-Chart-PNGgraph/pkg-plist index 71a424897762..0fa4e1117d83 100644 --- a/graphics/p5-Chart-PNGgraph/pkg-plist +++ b/graphics/p5-Chart-PNGgraph/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Chart::PNGgraph.3.gz %%SITE_PERL%%/Chart/PNGgraph.pm %%SITE_PERL%%/Chart/PNGgraph/Convert.pm %%SITE_PERL%%/Chart/PNGgraph/area.pm @@ -9,7 +10,7 @@ %%SITE_PERL%%/Chart/PNGgraph/pie.pm %%SITE_PERL%%/Chart/PNGgraph/points.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart/PNGgraph/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart/PNGgraph -@dirrm %%SITE_PERL%%/Chart/PNGgraph +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart/PNGgraph @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart +@dirrmtry %%SITE_PERL%%/Chart/PNGgraph @dirrmtry %%SITE_PERL%%/Chart |