diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-09-12 23:03:17 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-09-12 23:03:17 +0000 |
commit | 15009554b4a5001cd48d18b634cf41e539ee65be (patch) | |
tree | 7517b29d9eb8cfc8144f89da526e4ee1810a2e44 /www/p5-libwww | |
parent | eb543f87767d5b82cafd853cfce8368ffc0173a7 (diff) | |
download | ports-15009554b4a5001cd48d18b634cf41e539ee65be.tar.gz ports-15009554b4a5001cd48d18b634cf41e539ee65be.zip |
Notes
Diffstat (limited to 'www/p5-libwww')
-rw-r--r-- | www/p5-libwww/Makefile | 4 |
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> |