aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-07-26 11:11:04 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-07-26 11:11:04 +0000
commitdba0d862a159b8885ce3cbe37bacda8f6fac0491 (patch)
treee9fb17f4274a1a21e77a87210d6536f9f50dc71e /math
parentffe921facf8e772a61b63a6356295d6b606c7918 (diff)
Notes
Diffstat (limited to 'math')
-rw-r--r--math/p5-Set-IntSpan/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/p5-Set-IntSpan/Makefile b/math/p5-Set-IntSpan/Makefile
index 3764a727a44c..1583380ddf7b 100644
--- a/math/p5-Set-IntSpan/Makefile
+++ b/math/p5-Set-IntSpan/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Set-IntSpan
PORTVERSION= 1.08
+PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Set
@@ -20,6 +21,8 @@ PERL_CONFIGURE= yes
MAN3= Set::IntSpan.3
post-patch:
- @${REINPLACE_CMD} -e 's|^our|my|g' ${WRKSRC}/IntSpan.pm
+ @${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
.include <bsd.port.mk>