diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 23:57:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 23:57:47 +0000 |
commit | b143215b35809c59f05907a4743f63f7cf66a344 (patch) | |
tree | f8b53934def8b3679c96872dafd0c30b79f54bf4 /graphics/dc20pack | |
parent | 3da6f55ba8e4b1fcadbf4468204c71a9f8805b26 (diff) | |
download | ports-b143215b35809c59f05907a4743f63f7cf66a344.tar.gz ports-b143215b35809c59f05907a4743f63f7cf66a344.zip |
Notes
Diffstat (limited to 'graphics/dc20pack')
-rw-r--r-- | graphics/dc20pack/Makefile | 2 |
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 |