diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-29 08:07:47 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-29 08:07:47 +0000 |
commit | 6082ca2e05b85fdb12f2aef925cab45c43bde641 (patch) | |
tree | a0f246c26b50146fa795ed24dbed9fe7377d3238 /graphics/ecg2png | |
parent | 3b663578f7f4fadc03c93424b74df4b217f91c8f (diff) | |
download | ports-6082ca2e05b85fdb12f2aef925cab45c43bde641.tar.gz ports-6082ca2e05b85fdb12f2aef925cab45c43bde641.zip |
Notes
Diffstat (limited to 'graphics/ecg2png')
-rw-r--r-- | graphics/ecg2png/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ecg2png/Makefile b/graphics/ecg2png/Makefile index e0d558209ddb..9ec07e1a03cd 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 |