diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-07-26 17:43:17 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-07-26 17:43:17 +0000 |
commit | bc2070d1b95e54c1794e42dd835e2a60246789b7 (patch) | |
tree | 5bfdcbed8d3c6340f73784c3f5bd09b4f7cb3c15 /math/p5-Set-IntSpan | |
parent | 42df98b965ee988845624a11000433e468c2b293 (diff) | |
download | ports-bc2070d1b95e54c1794e42dd835e2a60246789b7.tar.gz ports-bc2070d1b95e54c1794e42dd835e2a60246789b7.zip |
Notes
Diffstat (limited to 'math/p5-Set-IntSpan')
-rw-r--r-- | math/p5-Set-IntSpan/Makefile | 6 |
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> |