aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Set-IntSpan
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-07-26 17:43:17 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-07-26 17:43:17 +0000
commitbc2070d1b95e54c1794e42dd835e2a60246789b7 (patch)
tree5bfdcbed8d3c6340f73784c3f5bd09b4f7cb3c15 /math/p5-Set-IntSpan
parent42df98b965ee988845624a11000433e468c2b293 (diff)
downloadports-bc2070d1b95e54c1794e42dd835e2a60246789b7.tar.gz
ports-bc2070d1b95e54c1794e42dd835e2a60246789b7.zip
- uncomment REINPLACE_CMD which add "use vars ..."
Notes
Notes: svn path=/head/; revision=140172
Diffstat (limited to 'math/p5-Set-IntSpan')
-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>