diff options
-rw-r--r-- | www/p5-libwww/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index a687d29e56b1..df8524556d9d 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -41,5 +41,6 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} post-patch: @${REINPLACE_CMD} -e "s,/usr/lib/sendmail,/usr/sbin/sendmail," \ ${WRKSRC}/lib/LWP/Protocol/mailto.pm + @${RM} ${WRKSRC}/lib/LWP/Protocol/mailto.pm.bak .include <bsd.port.mk> |