From b143215b35809c59f05907a4743f63f7cf66a344 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis 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(-) (limited to 'graphics') 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 v1.2.3