diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-12-05 16:54:08 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-12-05 16:54:08 +0000 |
commit | 2dd3b93468cb1ebdbcb0be9b8f8abeec4c7a5061 (patch) | |
tree | 34fa306333090feba4cb9280a99e84c60dc448df /math/p5-Statistics-Lite | |
parent | 59587d4aae21a37b69e422c90c0285723f110d6a (diff) |
Notes
Diffstat (limited to 'math/p5-Statistics-Lite')
-rw-r--r-- | math/p5-Statistics-Lite/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Statistics-Lite/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Statistics-Lite/Makefile b/math/p5-Statistics-Lite/Makefile index c386738ba90a..51460bad2d7a 100644 --- a/math/p5-Statistics-Lite/Makefile +++ b/math/p5-Statistics-Lite/Makefile @@ -7,6 +7,7 @@ PORTNAME= Statistics-Lite PORTVERSION= 1.02 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Statistics diff --git a/math/p5-Statistics-Lite/pkg-plist b/math/p5-Statistics-Lite/pkg-plist index 39c9e8017def..a1c5121da06d 100644 --- a/math/p5-Statistics-Lite/pkg-plist +++ b/math/p5-Statistics-Lite/pkg-plist @@ -1,5 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Lite/.packlist %%SITE_PERL%%/Statistics/Lite.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Lite -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lite 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 |