diff options
Diffstat (limited to 'net/mpd5/files/patch-conf__Makefile')
-rw-r--r-- | net/mpd5/files/patch-conf__Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/mpd5/files/patch-conf__Makefile b/net/mpd5/files/patch-conf__Makefile new file mode 100644 index 000000000000..788555f228b8 --- /dev/null +++ b/net/mpd5/files/patch-conf__Makefile @@ -0,0 +1,12 @@ +--- conf/Makefile.orig 2014-03-26 03:33:58.000000000 -0300 ++++ conf/Makefile 2014-03-26 03:34:12.000000000 -0300 +@@ -3,6 +3,9 @@ + PREFIX?= /usr/local + BINDIR?= /etc/mpd5 + ++BINOWN!= /usr/bin/id -n -u ++BINGRP!= /usr/bin/id -n -g ++ + MPD_SAMPLES+= mpd.conf.sample + MPD_SAMPLES+= mpd.secret.sample + MPD_SAMPLES+= mpd.script.sample |