diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 06:56:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 06:56:18 +0000 |
commit | 5e06901c396343ef79137207320bdbb383435cbb (patch) | |
tree | f1b12e43c4957712ca0fd56650b1bda57831a37d /math/p5-Math-Geometry-Voronoi | |
parent | be444a2d99fd14557710475412df7b742d93069e (diff) |
Notes
Diffstat (limited to 'math/p5-Math-Geometry-Voronoi')
-rw-r--r-- | math/p5-Math-Geometry-Voronoi/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Math-Geometry-Voronoi/pkg-plist | 11 |
2 files changed, 6 insertions, 8 deletions
diff --git a/math/p5-Math-Geometry-Voronoi/Makefile b/math/p5-Math-Geometry-Voronoi/Makefile index 616bae052204..4e460b601b54 100644 --- a/math/p5-Math-Geometry-Voronoi/Makefile +++ b/math/p5-Math-Geometry-Voronoi/Makefile @@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Math::Geometry::Voronoi.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Geometry-Voronoi/pkg-plist b/math/p5-Math-Geometry-Voronoi/pkg-plist index 5f9ff3e977bc..a0fc37202e71 100644 --- a/math/p5-Math-Geometry-Voronoi/pkg-plist +++ b/math/p5-Math-Geometry-Voronoi/pkg-plist @@ -1,10 +1,11 @@ +%%PERL5_MAN3%%/Math::Geometry::Voronoi.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry/Voronoi.pm %%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry/leak-test.pl -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Voronoi/Voronoi.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Voronoi/Voronoi.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Voronoi/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math -@dirrm %%SITE_PERL%%//%%PERL_ARCH%%/auto/Math/Geometry/Voronoi +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Voronoi/Voronoi.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Voronoi/Voronoi.so +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/Voronoi @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Geometry +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math |