diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2005-11-21 19:42:35 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2005-11-21 19:42:35 +0000 |
commit | c24b9b31d02f99eeca59272a46bcdaa72f74063e (patch) | |
tree | d152cd20f5cac83291a87bec71a104e488ccbfe2 /devel/p5-Tree-Simple-VisitorFactory/Makefile | |
parent | e8998970117b0d0b172bc77166c0905db52a7a5d (diff) |
Notes
Diffstat (limited to 'devel/p5-Tree-Simple-VisitorFactory/Makefile')
-rw-r--r-- | devel/p5-Tree-Simple-VisitorFactory/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/p5-Tree-Simple-VisitorFactory/Makefile b/devel/p5-Tree-Simple-VisitorFactory/Makefile index 22d6f9d54696..064ca2157ba6 100644 --- a/devel/p5-Tree-Simple-VisitorFactory/Makefile +++ b/devel/p5-Tree-Simple-VisitorFactory/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Tree-Simple-VisitorFactory -PORTVERSION= 0.08 +PORTVERSION= 0.09 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Tree @@ -41,6 +41,10 @@ MAN3= Tree::Simple::Visitor::BreadthFirstTraversal.3 \ PERL_CONFIGURE= yes +post-patch: + ${RM} ${WRKSRC}/lib/Tree/Simple/._VisitorFactory.pm + ${RM} ${WRKSRC}/lib/Tree/Simple/Visitor/._FindByPath.pm + .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 |