summaryrefslogtreecommitdiff
path: root/audio/xmixer
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-29 08:07:47 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-29 08:07:47 +0000
commit6082ca2e05b85fdb12f2aef925cab45c43bde641 (patch)
treea0f246c26b50146fa795ed24dbed9fe7377d3238 /audio/xmixer
parentFix build on -stable and -current (diff)
find->${FIND},xargs->${XARGS}
PR: 40791 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Notes
Notes: svn path=/head/; revision=67236
Diffstat (limited to 'audio/xmixer')
-rw-r--r--audio/xmixer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmixer/Makefile b/audio/xmixer/Makefile
index a63c098973fb..faa7d4044912 100644
--- a/audio/xmixer/Makefile
+++ b/audio/xmixer/Makefile
@@ -23,6 +23,6 @@ MAN1= xmixer.1
MLINKS= xmixer.1 xgmixer.1
pre-patch:
- @find ${WRKSRC} -type f | xargs ${REINPLACE_CMD} -e 's|rxvt -e|xterm -e|g'
+ @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's|rxvt -e|xterm -e|g'
.include <bsd.port.mk>