diff options
author | petef <petef@FreeBSD.org> | 2002-09-13 07:03:17 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-09-13 07:03:17 +0800 |
commit | 2fb95f2ea2cf52bec5974e034fe515fb6cf38fb6 (patch) | |
tree | d516d886dd4e3724533df353cddf2f5a72a8585e /www/p5-libwww | |
parent | 2b2c440ad72d2afc13d762089577618ea94d6aaa (diff) | |
download | freebsd-ports-gnome-2fb95f2ea2cf52bec5974e034fe515fb6cf38fb6.tar.gz freebsd-ports-gnome-2fb95f2ea2cf52bec5974e034fe515fb6cf38fb6.tar.zst freebsd-ports-gnome-2fb95f2ea2cf52bec5974e034fe515fb6cf38fb6.zip |
Don't use ${REINPLACE_CMD}, since this is a p5 module, we already
depend on perl.
Requested by: tobez
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> |