mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
12 lines
327 B
Text
12 lines
327 B
Text
--- 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
|