summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/dc20pack/Makefile2
1 files changed, 1 insertions, 1 deletions
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