diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-29 07:24:32 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-29 07:24:32 +0000 |
commit | b10619e221bda29ec0bf49272cd19b38dfebf79c (patch) | |
tree | 530681e672ce227ba119c3307da82d3fe272da33 /lang/p5-JSAN | |
parent | f5149f3391005f8d09ed7a13af7c6a71ae32b7a9 (diff) | |
download | FreeBSD-ports-b10619e221bda29ec0bf49272cd19b38dfebf79c.zip FreeBSD-ports-b10619e221bda29ec0bf49272cd19b38dfebf79c.tar.gz |
- Fix jsan shell
Obtained from: http://groups.google.com/group/jsan/msg/4a25827c5925a49d
Submitted by: chinsan (maintainer)
Diffstat (limited to 'lang/p5-JSAN')
-rw-r--r-- | lang/p5-JSAN/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/p5-JSAN/Makefile b/lang/p5-JSAN/Makefile index 69e6a45..820e288 100644 --- a/lang/p5-JSAN/Makefile +++ b/lang/p5-JSAN/Makefile @@ -7,6 +7,7 @@ PORTNAME= JSAN PORTVERSION= 0.07 +PORTREVISION= 1 CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/C/CW/CWEST @@ -42,4 +43,8 @@ MAN3= JSAN::Shell.3 JSAN.3 JSAN::Indexer::Creator.3 JSAN::Indexer.3 IGNORE= requires perl 5.6.x or later. Install lang/perl5.8 then try again .endif +post-patch: + @${REINPLACE_CMD} -e "40 s,new,new(\'jsan\')," ${WRKSRC}/lib/JSAN.pm + ${FIND} ${WRKSRC}/lib -name "*.bak" -delete + .include <bsd.port.post.mk> |