diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-01 22:41:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-01 22:41:49 +0800 |
commit | 3f6e9083ff3642c4f9ad9ee15f3d9adc8b646eea (patch) | |
tree | 5eca784850e9c1daf8cd5ef7844df6bdaacce9d0 /math | |
parent | 5c8d24d462709295e96cad07cb4560be1376cc47 (diff) | |
download | freebsd-ports-gnome-3f6e9083ff3642c4f9ad9ee15f3d9adc8b646eea.tar.gz freebsd-ports-gnome-3f6e9083ff3642c4f9ad9ee15f3d9adc8b646eea.tar.zst freebsd-ports-gnome-3f6e9083ff3642c4f9ad9ee15f3d9adc8b646eea.zip |
- Stage support
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Random-ISAAC-XS/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Math-Random-ISAAC-XS/pkg-plist | 1 | ||||
-rw-r--r-- | math/p5-Math-Vec/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Math-Vec/pkg-plist | 1 |
4 files changed, 2 insertions, 5 deletions
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 <bsd.port.mk> 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 <bsd.port.mk> 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 |