aboutsummaryrefslogtreecommitdiff
path: root/devel/ccdoc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ccdoc')
-rw-r--r--devel/ccdoc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ccdoc/Makefile b/devel/ccdoc/Makefile
index 7451d26d54e6..13dab00b0386 100644
--- a/devel/ccdoc/Makefile
+++ b/devel/ccdoc/Makefile
@@ -24,7 +24,7 @@ DOCDIR=${PREFIX}/share/doc/ccdoc
pre-patch:
@${ECHO} "Stripping ^M from all the files..."
- @find ${WRKSRC} -type f | xargs perl -pi -e 's/\r//'
+ @${FIND} ${WRKSRC} -type f | ${XARGS} perl -pi -e 's/\r//'
do-build:
(cd ${WRKSRC}/ccdoc_dev/libjdl/src; ${PERL} mk.pl opt)