diff options
author | leeym <leeym@FreeBSD.org> | 2005-07-27 01:43:17 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-07-27 01:43:17 +0800 |
commit | 91d8305cd12e066d7aaec02c74f18087cf20cb8a (patch) | |
tree | 9dc39928ebaf003a262e95d27a21d64d7c4b1748 /math | |
parent | f4f473eba41ca5579f5798e13b3ad7eccd6fe5d0 (diff) | |
download | freebsd-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/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> |