aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-24 06:24:06 +0800
committerantoine <antoine@FreeBSD.org>2014-09-24 06:24:06 +0800
commit6632d91f2e8117c06e8312adf78393e536b7fc6e (patch)
tree053a4fe5517c0512fb5a469076a68e0bc9e95b69 /audio
parent5791336ad2f714877da49954a2e2e0a49843e724 (diff)
downloadfreebsd-ports-gnome-6632d91f2e8117c06e8312adf78393e536b7fc6e.tar.gz
freebsd-ports-gnome-6632d91f2e8117c06e8312adf78393e536b7fc6e.tar.zst
freebsd-ports-gnome-6632d91f2e8117c06e8312adf78393e536b7fc6e.zip
Do not violate stagedir
Diffstat (limited to 'audio')
-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 \