summaryrefslogtreecommitdiff
path: root/audio/rplay/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-23 22:24:06 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-23 22:24:06 +0000
commit7e8d43f9b71c9de8e97e3dc0abf1e674fdca64c5 (patch)
tree053a4fe5517c0512fb5a469076a68e0bc9e95b69 /audio/rplay/Makefile
parentDo not violate stagedir, strip binary (diff)
Do not violate stagedir
Notes
Notes: svn path=/head/; revision=369130
Diffstat (limited to 'audio/rplay/Makefile')
-rw-r--r--audio/rplay/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile
index fd39e01d5590..09daa216c3b0 100644
--- a/audio/rplay/Makefile
+++ b/audio/rplay/Makefile
@@ -35,7 +35,7 @@ post-extract:
post-patch:
@${REINPLACE_CMD} -E \
- 's,(bin|include|info|lib|man|sbin)dir),DESTDIR)$$(&,' \
+ 's,(bin|include|info|lib|man|sbin)dir),DESTDIR)$$(&,g' \
${WRKSRC}/include/Makefile.in \
${WRKSRC}/librplay/Makefile.in \
${WRKSRC}/rplayd/Makefile.in \