summaryrefslogtreecommitdiff
path: root/www/p5-libwww
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-09-12 23:03:17 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-09-12 23:03:17 +0000
commit15009554b4a5001cd48d18b634cf41e539ee65be (patch)
tree7517b29d9eb8cfc8144f89da526e4ee1810a2e44 /www/p5-libwww
parentFix C++ breakage on -CURRENT. (diff)
Don't use ${REINPLACE_CMD}, since this is a p5 module, we already
depend on perl. Requested by: tobez
Notes
Notes: svn path=/head/; revision=66223
Diffstat (limited to 'www/p5-libwww')
-rw-r--r--www/p5-libwww/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile
index df8524556d9d..2ff3cf798b5e 100644
--- a/www/p5-libwww/Makefile
+++ b/www/p5-libwww/Makefile
@@ -23,7 +23,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-USE_REINPLACE= yes
MAN1= GET.1 HEAD.1 POST.1 lwp-download.1 lwp-mirror.1 lwp-request.1 lwp-rget.1
@@ -39,8 +38,7 @@ MAN3= Bundle::LWP.3 File::Listing.3 HTML::Form.3 HTTP::Cookies.3 \
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
post-patch:
- @${REINPLACE_CMD} -e "s,/usr/lib/sendmail,/usr/sbin/sendmail," \
+ @${PERL} -pi -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>