diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 06:56:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 06:56:18 +0000 |
commit | 5e06901c396343ef79137207320bdbb383435cbb (patch) | |
tree | f1b12e43c4957712ca0fd56650b1bda57831a37d /math/p5-Statistics-Descriptive-Discrete | |
parent | be444a2d99fd14557710475412df7b742d93069e (diff) |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=332813
Diffstat (limited to 'math/p5-Statistics-Descriptive-Discrete')
-rw-r--r-- | math/p5-Statistics-Descriptive-Discrete/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Statistics-Descriptive-Discrete/pkg-plist | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/math/p5-Statistics-Descriptive-Discrete/Makefile b/math/p5-Statistics-Descriptive-Discrete/Makefile index 5ab75bd8a10a..35346232ea2f 100644 --- a/math/p5-Statistics-Descriptive-Discrete/Makefile +++ b/math/p5-Statistics-Descriptive-Discrete/Makefile @@ -10,10 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Compute descriptive statistics for discrete data sets -MAN3= Statistics::Descriptive::Discrete.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Statistics-Descriptive-Discrete/pkg-plist b/math/p5-Statistics-Descriptive-Discrete/pkg-plist index 341824565864..2fcee9a915f2 100644 --- a/math/p5-Statistics-Descriptive-Discrete/pkg-plist +++ b/math/p5-Statistics-Descriptive-Discrete/pkg-plist @@ -1,10 +1,11 @@ +%%PERL5_MAN3%%/Statistics::Descriptive::Discrete.3.gz %%SITE_PERL%%/Statistics/Descriptive/Discrete.pm %%SITE_PERL%%/auto/Statistics/Descriptive/Discrete/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Descriptive/Discrete/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Descriptive/Discrete +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Descriptive/Discrete @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Descriptive @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics -@dirrm %%SITE_PERL%%/auto/Statistics/Descriptive/Discrete +@dirrmtry %%SITE_PERL%%/auto/Statistics/Descriptive/Discrete @dirrmtry %%SITE_PERL%%/auto/Statistics/Descriptive @dirrmtry %%SITE_PERL%%/auto/Statistics @dirrmtry %%SITE_PERL%%/Statistics/Descriptive |