aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Tree-Simple-VisitorFactory/Makefile
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2005-11-21 19:42:35 +0000
committerAaron Dalton <aaron@FreeBSD.org>2005-11-21 19:42:35 +0000
commitc24b9b31d02f99eeca59272a46bcdaa72f74063e (patch)
treed152cd20f5cac83291a87bec71a104e488ccbfe2 /devel/p5-Tree-Simple-VisitorFactory/Makefile
parente8998970117b0d0b172bc77166c0905db52a7a5d (diff)
Notes
Diffstat (limited to 'devel/p5-Tree-Simple-VisitorFactory/Makefile')
-rw-r--r--devel/p5-Tree-Simple-VisitorFactory/Makefile6
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