diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-10-31 13:31:14 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-10-31 13:31:14 +0000 |
commit | 484526e3e39274471c9c4e7250f4db081126dc93 (patch) | |
tree | 98e9513054a06e7b99e6b4a2440037c7dfa0aa63 /audio/mp3gain/Makefile | |
parent | f0239c471618c1b28a66191d6fb3448b0cabfe0e (diff) |
Notes
Diffstat (limited to 'audio/mp3gain/Makefile')
-rw-r--r-- | audio/mp3gain/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mp3gain/Makefile b/audio/mp3gain/Makefile index ddeec8112f1e..99068766cab5 100644 --- a/audio/mp3gain/Makefile +++ b/audio/mp3gain/Makefile @@ -24,7 +24,8 @@ NO_WRKSUBDIR= yes MAKE_ENV= PREFIX="${PREFIX}" pre-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e "s/`${PRINTF} '\r'`//" + @${FIND} ${WRKDIR} -type f -print0 | ${XARGS} -0 \ + ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' post-patch: @${CP} ${FILESDIR}/Makefile.main ${WRKSRC}/Makefile |