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-SigFigs | |
parent | 8c5545d0d298c104fd91204c8df219c3c1be0c14 (diff) |
- add stage support
Approved by: portmgr (blanket infrastructure)
Notes
Notes:
svn path=/head/; revision=341825
Diffstat (limited to 'math/p5-Math-SigFigs')
-rw-r--r-- | math/p5-Math-SigFigs/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Math-SigFigs/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Math-SigFigs/pkg-plist | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/math/p5-Math-SigFigs/Makefile b/math/p5-Math-SigFigs/Makefile index 75e406122edb..b97cb483f207 100644 --- a/math/p5-Math-SigFigs/Makefile +++ b/math/p5-Math-SigFigs/Makefile @@ -18,7 +18,4 @@ RUN_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ USES= perl5 USE_PERL5= configure -MAN3= Math::SigFigs.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-SigFigs/pkg-descr b/math/p5-Math-SigFigs/pkg-descr index 582267fcd3a6..4f9a030a070a 100644 --- a/math/p5-Math-SigFigs/pkg-descr +++ b/math/p5-Math-SigFigs/pkg-descr @@ -1,3 +1,3 @@ Do math with correct handling of significant figures -WWW: http://search.cpan.org/dist/Math-SigFigs/ +WWW: http://search.cpan.org/dist/Math-SigFigs/ diff --git a/math/p5-Math-SigFigs/pkg-plist b/math/p5-Math-SigFigs/pkg-plist index e81e85a67e09..8afd7d22d5f8 100644 --- a/math/p5-Math-SigFigs/pkg-plist +++ b/math/p5-Math-SigFigs/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/Math/SigFigs.pm %%SITE_PERL%%/Math/SigFigs.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SigFigs/.packlist +%%PERL5_MAN3%%/Math::SigFigs.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SigFigs @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math |