From 56dc32204bad654a33f748f15525ae2478dda76c Mon Sep 17 00:00:00 2001 From: sobomax Date: Thu, 11 Jul 2002 15:31:46 +0000 Subject: Use USE_REINPLACE. --- textproc/libxml/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textproc/libxml') diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index 09f42dab1e16..70fbd7c7d6c5 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -18,11 +18,12 @@ BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_GMAKE= yes +USE_REINPLACE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes pre-patch: - @find ${WRKSRC} -name "*.[ch]" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "*.[ch]" | xargs ${REINPLACE_CMD} -e \ 's|malloc\.h|stdlib.h|g' .include -- cgit