diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-05 06:56:18 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-05 06:56:18 +0000 |
commit | 66dfc893366216c301980028d29756a5cb97d8b4 (patch) | |
tree | f1b12e43c4957712ca0fd56650b1bda57831a37d /math/p5-Math-FixedPrecision | |
parent | b1a6c0cdd886f3bec908d1a7a9548e60555409c8 (diff) | |
download | FreeBSD-ports-66dfc893366216c301980028d29756a5cb97d8b4.zip FreeBSD-ports-66dfc893366216c301980028d29756a5cb97d8b4.tar.gz |
Support STAGEDIR.
Diffstat (limited to 'math/p5-Math-FixedPrecision')
-rw-r--r-- | math/p5-Math-FixedPrecision/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Math-FixedPrecision/pkg-plist | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/math/p5-Math-FixedPrecision/Makefile b/math/p5-Math-FixedPrecision/Makefile index 48c6871..8ce3fd3 100644 --- a/math/p5-Math-FixedPrecision/Makefile +++ b/math/p5-Math-FixedPrecision/Makefile @@ -14,7 +14,4 @@ COMMENT= Perl module that provides decimal math without floating point errors USES= perl5 USE_PERL5= configure -MAN3= Math::FixedPrecision.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-FixedPrecision/pkg-plist b/math/p5-Math-FixedPrecision/pkg-plist index dc79993..12cbfca 100644 --- a/math/p5-Math-FixedPrecision/pkg-plist +++ b/math/p5-Math-FixedPrecision/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/Math::FixedPrecision.3.gz %%SITE_PERL%%/Math/FixedPrecision.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/FixedPrecision/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/FixedPrecision -@dirrmtry %%SITE_PERL%%/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/FixedPrecision @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math |