aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3gain
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2005-10-31 13:31:14 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2005-10-31 13:31:14 +0000
commit484526e3e39274471c9c4e7250f4db081126dc93 (patch)
tree98e9513054a06e7b99e6b4a2440037c7dfa0aa63 /audio/mp3gain
parentf0239c471618c1b28a66191d6fb3448b0cabfe0e (diff)
downloadports-484526e3e39274471c9c4e7250f4db081126dc93.tar.gz
ports-484526e3e39274471c9c4e7250f4db081126dc93.zip
Notes
Diffstat (limited to 'audio/mp3gain')
-rw-r--r--audio/mp3gain/Makefile3
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