diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-30 09:42:48 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-30 09:42:48 +0000 |
commit | 9ec58fca2181e62f9f6895c8e5c2fbc76efbb374 (patch) | |
tree | 12a1e32f5b1fc0e7932c9e7498c464d4d03204cb /math/p5-Math-BigInt | |
parent | 8c5545d0d298c104fd91204c8df219c3c1be0c14 (diff) |
Notes
Diffstat (limited to 'math/p5-Math-BigInt')
-rw-r--r-- | math/p5-Math-BigInt/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Math-BigInt/pkg-plist | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/math/p5-Math-BigInt/Makefile b/math/p5-Math-BigInt/Makefile index 4b5c75b02838..4290a3f78c00 100644 --- a/math/p5-Math-BigInt/Makefile +++ b/math/p5-Math-BigInt/Makefile @@ -14,10 +14,4 @@ COMMENT= Math::BigInt - Arbitrary size integer math package USES= perl5 USE_PERL5= configure -MAN3= Math::BigFloat.3 \ - Math::BigInt.3 \ - Math::BigInt::Calc.3 \ - Math::BigInt::CalcEmu.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-BigInt/pkg-plist b/math/p5-Math-BigInt/pkg-plist index 2618f50a7d38..de5ef98837f9 100644 --- a/math/p5-Math-BigInt/pkg-plist +++ b/math/p5-Math-BigInt/pkg-plist @@ -3,6 +3,10 @@ %%SITE_PERL%%/Math/BigInt/Calc.pm %%SITE_PERL%%/Math/BigInt/CalcEmu.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/.packlist +%%PERL5_MAN3%%/Math::BigFloat.3.gz +%%PERL5_MAN3%%/Math::BigInt.3.gz +%%PERL5_MAN3%%/Math::BigInt::Calc.3.gz +%%PERL5_MAN3%%/Math::BigInt::CalcEmu.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math/BigInt |