diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-24 06:24:06 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-24 06:24:06 +0800 |
commit | 6632d91f2e8117c06e8312adf78393e536b7fc6e (patch) | |
tree | 053a4fe5517c0512fb5a469076a68e0bc9e95b69 /audio | |
parent | 5791336ad2f714877da49954a2e2e0a49843e724 (diff) | |
download | freebsd-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/Makefile | 2 |
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 \ |