diff options
author | tobez <tobez@FreeBSD.org> | 2003-03-29 05:11:02 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2003-03-29 05:11:02 +0800 |
commit | 42368a63aa2c3885866425d73d3ac6e16bd0b84d (patch) | |
tree | bc47c98301609fb95e9d7f6d15f58f1f248d540b /math | |
parent | 97995caea7ed6e9e5a21adf8f9f3c662cff6e3c3 (diff) | |
download | freebsd-ports-gnome-42368a63aa2c3885866425d73d3ac6e16bd0b84d.tar.gz freebsd-ports-gnome-42368a63aa2c3885866425d73d3ac6e16bd0b84d.tar.zst freebsd-ports-gnome-42368a63aa2c3885866425d73d3ac6e16bd0b84d.zip |
Update to 1.01.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Statistics-Distributions/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Statistics-Distributions/distinfo | 2 | ||||
-rw-r--r-- | math/p5-Statistics-Distributions/pkg-plist | 16 |
3 files changed, 10 insertions, 11 deletions
diff --git a/math/p5-Statistics-Distributions/Makefile b/math/p5-Statistics-Distributions/Makefile index 05810dbfb5a6..1f030afe1170 100644 --- a/math/p5-Statistics-Distributions/Makefile +++ b/math/p5-Statistics-Distributions/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Statistics-Distributions -PORTVERSION= 0.07 +PORTVERSION= 1.01 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Statistics @@ -18,6 +18,5 @@ COMMENT= Perl module that calculates critical values of common statistical distr PERL_CONFIGURE= yes MAN3= Statistics::Distributions.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/math/p5-Statistics-Distributions/distinfo b/math/p5-Statistics-Distributions/distinfo index 5313f15fe30c..7f590c322be2 100644 --- a/math/p5-Statistics-Distributions/distinfo +++ b/math/p5-Statistics-Distributions/distinfo @@ -1 +1 @@ -MD5 (Statistics-Distributions-0.07.tar.gz) = 2a8d2f88516b13999584813416b670f8 +MD5 (Statistics-Distributions-1.01.tar.gz) = 37e905792bc08fc06643225cc92bd9c8 diff --git a/math/p5-Statistics-Distributions/pkg-plist b/math/p5-Statistics-Distributions/pkg-plist index 96f04894545c..b9f1794519df 100644 --- a/math/p5-Statistics-Distributions/pkg-plist +++ b/math/p5-Statistics-Distributions/pkg-plist @@ -1,8 +1,8 @@ -lib/perl5/site_perl/%%PERL_VER%%/Statistics/Distributions.pm -lib/perl5/site_perl/%%PERL_VER%%/auto/Statistics/Distributions/autosplit.ix -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/Distributions/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Statistics/Distributions -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/Distributions -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Statistics 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Statistics 2>/dev/null || true +%%SITE_PERL%%/Statistics/Distributions.pm +%%SITE_PERL%%/auto/Statistics/Distributions/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Distributions/.packlist +@dirrm %%SITE_PERL%%/auto/Statistics/Distributions +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Distributions +@unexec rmdir %D/%%SITE_PERL%%/auto/Statistics 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Statistics 2>/dev/null || true |