summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-08-23 21:32:14 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-08-23 21:32:14 +0000
commit93036f17d48195376a7aeb93afa802d6fe30d02b (patch)
treee83d915b041c6ea32fd8ed64d44bc966b5d2a947 /www
parent- update to 0.1.14 (diff)
Remove a .bak file created by ${REINPLACE_CMD}; otherwise it gets
installed. Noticed by: kevlo
Notes
Notes: svn path=/head/; revision=64916
Diffstat (limited to 'www')
-rw-r--r--www/p5-libwww/Makefile1
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>