aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/p5-ParallelUA/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/p5-ParallelUA/Makefile b/www/p5-ParallelUA/Makefile
index a7ec8cb3b809..7ec7f05eb760 100644
--- a/www/p5-ParallelUA/Makefile
+++ b/www/p5-ParallelUA/Makefile
@@ -34,4 +34,7 @@ MAN3= Bundle::ParallelUA.3 \
LWP::ParallelUA.3 \
LWP::RobotPUA.3
+post-patch:
+ ${RM} -f ${WRKSRC}/lib/LWP/Parallel/UserAgent.pm.orig
+
.include <bsd.port.mk>