diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-08-23 21:32:14 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-08-23 21:32:14 +0000 |
commit | 93036f17d48195376a7aeb93afa802d6fe30d02b (patch) | |
tree | e83d915b041c6ea32fd8ed64d44bc966b5d2a947 /www/p5-libwww/Makefile | |
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/p5-libwww/Makefile')
-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> |