aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2005-07-27 01:43:17 +0800
committerleeym <leeym@FreeBSD.org>2005-07-27 01:43:17 +0800
commit91d8305cd12e066d7aaec02c74f18087cf20cb8a (patch)
tree9dc39928ebaf003a262e95d27a21d64d7c4b1748 /math
parentf4f473eba41ca5579f5798e13b3ad7eccd6fe5d0 (diff)
downloadfreebsd-ports-gnome-91d8305cd12e066d7aaec02c74f18087cf20cb8a.tar.gz
freebsd-ports-gnome-91d8305cd12e066d7aaec02c74f18087cf20cb8a.tar.zst
freebsd-ports-gnome-91d8305cd12e066d7aaec02c74f18087cf20cb8a.zip
- uncomment REINPLACE_CMD which add "use vars ..."
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>