aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/p5-Set-IntSpan/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/p5-Set-IntSpan/Makefile b/math/p5-Set-IntSpan/Makefile
index 1583380ddf7b..e11b9d023e85 100644
--- a/math/p5-Set-IntSpan/Makefile
+++ b/math/p5-Set-IntSpan/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Set-IntSpan
PORTVERSION= 1.08
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Set
@@ -22,7 +22,7 @@ MAN3= Set::IntSpan.3
post-patch:
@${REINPLACE_CMD} -e 's|^our ||g' ${WRKSRC}/IntSpan.pm
-# @${REINPLACE_CMD} -Ee 's/(^use base.*)/\1 use vars qw(@EXPORT_OK $$VERSION);/' \
-# ${WRKSRC}/IntSpan.pm
+ @${REINPLACE_CMD} -Ee 's/(^use base.*)/\1 use vars qw(@EXPORT_OK $$VERSION);/' \
+ ${WRKSRC}/IntSpan.pm
.include <bsd.port.mk>