From 571c5818809ff8fe73720ae8c6fe40fa8df5e361 Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 9 Jan 2006 16:50:07 +0000 Subject: - Fix find command Approved by: maintainer --- multimedia/mplayer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'multimedia') diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index eacfabc3045b..3fc75997f114 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -883,8 +883,8 @@ post-patch: ${WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's!/usr/local!${PREFIX}!' \ ${WRKSRC}/${CONFIGURE_SCRIPT} - @${FIND} -E ${WRKSRC} -type f -print0 \ - -iregex ".*(configure|.sh|Makefile)" | \ + @${FIND} -E ${WRKSRC} -type f \ + -iregex ".*(configure|.sh|Makefile)" -print0 | \ ${XARGS} -x -0 -n 10 \ ${REINPLACE_CMD} -E \ -e 's|[[:space:]]gcc[-[:digit:]\.]+| ${CC}|' \ -- cgit