From 3f6e9083ff3642c4f9ad9ee15f3d9adc8b646eea Mon Sep 17 00:00:00 2001 From: miwi Date: Sat, 1 Feb 2014 14:41:49 +0000 Subject: - Stage support --- math/p5-Math-Random-ISAAC-XS/Makefile | 3 --- math/p5-Math-Random-ISAAC-XS/pkg-plist | 1 + math/p5-Math-Vec/Makefile | 2 -- math/p5-Math-Vec/pkg-plist | 1 + 4 files changed, 2 insertions(+), 5 deletions(-) (limited to 'math') diff --git a/math/p5-Math-Random-ISAAC-XS/Makefile b/math/p5-Math-Random-ISAAC-XS/Makefile index ca08613e226f..069a551f4168 100644 --- a/math/p5-Math-Random-ISAAC-XS/Makefile +++ b/math/p5-Math-Random-ISAAC-XS/Makefile @@ -17,7 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild -MAN3= Math::Random::ISAAC::XS.3 - -NO_STAGE= yes .include diff --git a/math/p5-Math-Random-ISAAC-XS/pkg-plist b/math/p5-Math-Random-ISAAC-XS/pkg-plist index d09862bf2e4f..e11546323713 100644 --- a/math/p5-Math-Random-ISAAC-XS/pkg-plist +++ b/math/p5-Math-Random-ISAAC-XS/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random/ISAAC/XS.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/ISAAC/XS/XS.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/ISAAC/XS/XS.so +%%PERL5_MAN3%%/Math::Random::ISAAC::XS.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random/ISAAC @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math diff --git a/math/p5-Math-Vec/Makefile b/math/p5-Math-Vec/Makefile index 58a9347ca9b6..1a2c00647a2b 100644 --- a/math/p5-Math-Vec/Makefile +++ b/math/p5-Math-Vec/Makefile @@ -11,7 +11,5 @@ COMMENT= Object-Oriented Vector Math Methods in Perl USES= perl5 USE_PERL5= modbuild -MAN3= Math::Vec.3 -NO_STAGE= yes .include diff --git a/math/p5-Math-Vec/pkg-plist b/math/p5-Math-Vec/pkg-plist index b21d73f1e14c..222f8cb80d4d 100644 --- a/math/p5-Math-Vec/pkg-plist +++ b/math/p5-Math-Vec/pkg-plist @@ -1,2 +1,3 @@ %%SITE_PERL%%/Math/Vec.pm +%%PERL5_MAN3%%/Math::Vec.3.gz @dirrmtry %%SITE_PERL%%/Math -- cgit