diff options
author | tobez <tobez@FreeBSD.org> | 2003-03-29 11:05:45 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2003-03-29 11:05:45 +0000 |
commit | 2159afb482fa78acc21780e67cbf54229285b7a1 (patch) | |
tree | a1ac94a70df03f25ba72f762f6a11033106f32f1 | |
parent | c7c3cc1efbef4c6590db32225044c99d32d54c28 (diff) | |
download | FreeBSD-ports-2159afb482fa78acc21780e67cbf54229285b7a1.zip FreeBSD-ports-2159afb482fa78acc21780e67cbf54229285b7a1.tar.gz |
Update to 1.91.
-rw-r--r-- | textproc/p5-Text-Balanced/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Balanced/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Balanced/pkg-plist | 10 |
3 files changed, 7 insertions, 8 deletions
diff --git a/textproc/p5-Text-Balanced/Makefile b/textproc/p5-Text-Balanced/Makefile index 3d14849..a9fbbe1 100644 --- a/textproc/p5-Text-Balanced/Makefile +++ b/textproc/p5-Text-Balanced/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Balanced -PORTVERSION= 1.89 +PORTVERSION= 1.91 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text @@ -18,6 +18,5 @@ COMMENT= Text::Balanced - extract delimited text sequences from strings PERL_CONFIGURE= yes MAN3= Text::Balanced.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/textproc/p5-Text-Balanced/distinfo b/textproc/p5-Text-Balanced/distinfo index d4a00bc..342a10c 100644 --- a/textproc/p5-Text-Balanced/distinfo +++ b/textproc/p5-Text-Balanced/distinfo @@ -1 +1 @@ -MD5 (Text-Balanced-1.89.tar.gz) = 14631d5f74dedde31df3d0e088dd0f66 +MD5 (Text-Balanced-1.91.tar.gz) = f615b87174392f8cb5a603fd2610ab0c diff --git a/textproc/p5-Text-Balanced/pkg-plist b/textproc/p5-Text-Balanced/pkg-plist index 25c84ef..f96ab93 100644 --- a/textproc/p5-Text-Balanced/pkg-plist +++ b/textproc/p5-Text-Balanced/pkg-plist @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Balanced/.packlist -lib/perl5/site_perl/%%PERL_VER%%/Text/Balanced.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Balanced -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Balanced/.packlist +%%SITE_PERL%%/Text/Balanced.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Balanced +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true |