From 493d5d5210011e778b2c82042678daca2c95f6ea Mon Sep 17 00:00:00 2001 From: des Date: Wed, 19 Nov 2003 22:08:29 +0000 Subject: Fix incorrect ${REINPLACE_CMD} use and a couple of style nits. Approved by: portmgr (kkenn) --- chinese/oto/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'chinese/oto') diff --git a/chinese/oto/Makefile b/chinese/oto/Makefile index 7cc5d1332a2c..dd31c9fcaa01 100644 --- a/chinese/oto/Makefile +++ b/chinese/oto/Makefile @@ -24,7 +24,8 @@ USE_REINPLACE= yes CPPFLAGS= -I${LOCALBASE}/include CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LIBS="-L${LOCALBASE}/lib -liconv" -.include post-patch: - @${FIND} ${WRKSRC}/src/ -name "*" | ${XARGS} ${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,' -.include + @${FIND} ${WRKSRC}/src/ -type f -print0 | \ + ${XARGS} -0 ${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,' + +.include -- cgit