aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Balanced
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2003-03-29 11:05:45 +0000
committerAnton Berezin <tobez@FreeBSD.org>2003-03-29 11:05:45 +0000
commitf435777f5358bc55b94f4052e62fce0f1696338b (patch)
treeaa8eb055591ea168560756c1037a377d61ea7f73 /textproc/p5-Text-Balanced
parent15e35ef3b71aca6aaef9bce7ebb667ff1d47cc32 (diff)
downloadports-f435777f5358bc55b94f4052e62fce0f1696338b.tar.gz
ports-f435777f5358bc55b94f4052e62fce0f1696338b.zip
Update to 1.91.
Notes
Notes: svn path=/head/; revision=77678
Diffstat (limited to 'textproc/p5-Text-Balanced')
-rw-r--r--textproc/p5-Text-Balanced/Makefile3
-rw-r--r--textproc/p5-Text-Balanced/distinfo2
-rw-r--r--textproc/p5-Text-Balanced/pkg-plist10
3 files changed, 7 insertions, 8 deletions
diff --git a/textproc/p5-Text-Balanced/Makefile b/textproc/p5-Text-Balanced/Makefile
index 3d1484965de1..a9fbbe13f63f 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 d4a00bca898b..342a10c3044f 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 25c84efa7aba..f96ab93507be 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