diff options
author | osa <osa@FreeBSD.org> | 2004-12-06 00:54:08 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2004-12-06 00:54:08 +0800 |
commit | 0180349707252dd6869e5fe6092e91830a4bc389 (patch) | |
tree | 7c525b4b59ea1be4e2516f31038a5dbd97c04c68 /math/p5-Statistics-Lite | |
parent | 6a789ce196a4f2ba3c02973c9660e59e76e5722c (diff) | |
download | freebsd-ports-gnome-0180349707252dd6869e5fe6092e91830a4bc389.tar.gz freebsd-ports-gnome-0180349707252dd6869e5fe6092e91830a4bc389.tar.zst freebsd-ports-gnome-0180349707252dd6869e5fe6092e91830a4bc389.zip |
Correct pkg-plist.
Bump PORTREVISION.
Submitted by: pointyhat via kris
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 |