aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Pod-Parser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Pod-Parser/Makefile')
-rw-r--r--textproc/p5-Pod-Parser/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-Pod-Parser/Makefile b/textproc/p5-Pod-Parser/Makefile
index 9686fb1c6bd2..267eff0fe1ee 100644
--- a/textproc/p5-Pod-Parser/Makefile
+++ b/textproc/p5-Pod-Parser/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= PodParser
-PORTVERSION= 1.23
+PORTVERSION= 1.24
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Pod
@@ -23,7 +23,6 @@ MAN3= Pod::Checker.3 Pod::Find.3 Pod::InputObjects.3 \
Pod::ParseUtils.3 Pod::Parser.3 Pod::PlainText.3 Pod::Select.3 \
Pod::Usage.3
MAN1PREFIX= ${PREFIX}
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
post-patch:
@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} {} \;