aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ecg2png/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-09-29 16:07:47 +0800
committerijliao <ijliao@FreeBSD.org>2002-09-29 16:07:47 +0800
commite192667b15b8f0e87286ddfcfc7298e1d9342dea (patch)
tree0dc4a3b30902b2f47b536be78e219b125441c267 /graphics/ecg2png/Makefile
parent21235fc28e9a76b3ba4673f6fc9c0313cb4e1727 (diff)
downloadfreebsd-ports-graphics-e192667b15b8f0e87286ddfcfc7298e1d9342dea.tar.gz
freebsd-ports-graphics-e192667b15b8f0e87286ddfcfc7298e1d9342dea.tar.zst
freebsd-ports-graphics-e192667b15b8f0e87286ddfcfc7298e1d9342dea.zip
find->${FIND},xargs->${XARGS}
PR: 40791 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Diffstat (limited to 'graphics/ecg2png/Makefile')
-rw-r--r--graphics/ecg2png/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ecg2png/Makefile b/graphics/ecg2png/Makefile
index e0d558209dd..9ec07e1a03c 100644
--- a/graphics/ecg2png/Makefile
+++ b/graphics/ecg2png/Makefile
@@ -25,7 +25,7 @@ QTCPPFLAGS+= -I${LOCALBASE}/include/gd
pre-patch:
@${REINPLACE_CMD} -e 's|-lqt$$|-l${QTNAME}|g' ${WRKSRC}/ecg2png/Makefile.in
- @find ${WRKSRC} -name '*.cpp' | xargs ${REINPLACE_CMD} -e \
+ @${FIND} ${WRKSRC} -name '*.cpp' | ${XARGS} ${REINPLACE_CMD} -e \
's|#include <qimageio.h>||g'
@${CHMOD} ${BINMODE} ${WRKSRC}/missing