diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-11 23:31:46 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-11 23:31:46 +0800 |
commit | 56dc32204bad654a33f748f15525ae2478dda76c (patch) | |
tree | 3937ab3f9e452769dfc3da529bc9b040b4183bc3 /textproc/libxml | |
parent | 169df2917434face98111a403e13db5d03f78444 (diff) | |
download | freebsd-ports-gnome-56dc32204bad654a33f748f15525ae2478dda76c.tar.gz freebsd-ports-gnome-56dc32204bad654a33f748f15525ae2478dda76c.tar.zst freebsd-ports-gnome-56dc32204bad654a33f748f15525ae2478dda76c.zip |
Use USE_REINPLACE.
Diffstat (limited to 'textproc/libxml')
-rw-r--r-- | textproc/libxml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <bsd.port.mk> |