diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-07-26 11:11:04 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-07-26 11:11:04 +0000 |
commit | dba0d862a159b8885ce3cbe37bacda8f6fac0491 (patch) | |
tree | e9fb17f4274a1a21e77a87210d6536f9f50dc71e /math | |
parent | ffe921facf8e772a61b63a6356295d6b606c7918 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Set-IntSpan/Makefile | 5 |
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> |