aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/p5-Filesys-Virtual/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/devel/p5-Filesys-Virtual/Makefile b/devel/p5-Filesys-Virtual/Makefile
index 36b8687b887d..6525add36f8c 100644
--- a/devel/p5-Filesys-Virtual/Makefile
+++ b/devel/p5-Filesys-Virtual/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Filesys-Virtual
PORTVERSION= 0.04
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Filesys
@@ -23,7 +23,12 @@ MAN3= Filesys::Virtual.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500503
-EXTRA_PATCHES= ${PATCHDIR}/5.005_03-*
+EXTRA_PATCHES= ${PATCHDIR}/5.005_03-Virtual.pm \
+ ${PATCHDIR}/5.005_03-Virtual::Plain.pm
+
+post-patch:
+ @${RM} -f ${WRKSRC}/Virtual.pm.orig \
+ ${WRKSRC}/Virtual/Plain.pm.orig
.endif
.include <bsd.port.post.mk>