From 203c3439aa86e1e03f3b66c6813c802eee968d41 Mon Sep 17 00:00:00 2001 From: edwin Date: Mon, 4 Nov 2002 23:57:47 +0000 Subject: Unbreak building of graphics/dc20pack. Noticed on: bento --- graphics/dc20pack/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/dc20pack/Makefile b/graphics/dc20pack/Makefile index 59f7a9e41741..56886b62bf99 100644 --- a/graphics/dc20pack/Makefile +++ b/graphics/dc20pack/Makefile @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR} USE_REINPLACE= yes post-extract: - @ /usr/bin/find ${WRKSRC} -type f | xargs ${REINPLACE_CMD} -e 's/\r//g' + for file in `/usr/bin/find ${WRKSRC} -type f`; do ${TR} -d '\015' < $${file} > $${file}.new; mv $${file}.new $${file}; done do-install: ${INSTALL_SCRIPT} ${WRKSRC}/dc20dump ${PREFIX}/bin -- cgit