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 | |
parent | 8d567d8c605a1aee54b2a626613e62c7c7aab173 (diff) | |
download | ports-93036f17d48195376a7aeb93afa802d6fe30d02b.tar.gz ports-93036f17d48195376a7aeb93afa802d6fe30d02b.zip |
Notes
-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> |