aboutsummaryrefslogtreecommitdiffstats
path: root/audio/musicpd/files
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2014-07-20 22:48:53 +0800
committercrees <crees@FreeBSD.org>2014-07-20 22:48:53 +0800
commit3fcc95aa99db4cdfc8142f292229e88660a928fb (patch)
tree9ae469d1001172ef161fecb244ae03989be9d430 /audio/musicpd/files
parenta23ba8cb1a5a85be9859e963056ee8f3dbe0ff3a (diff)
downloadfreebsd-ports-gnome-3fcc95aa99db4cdfc8142f292229e88660a928fb.tar.gz
freebsd-ports-gnome-3fcc95aa99db4cdfc8142f292229e88660a928fb.tar.zst
freebsd-ports-gnome-3fcc95aa99db4cdfc8142f292229e88660a928fb.zip
Give up trying to make MPDDIR, and let pw useradd do it. Stop making
it customisable via make.conf; pointless with package installations. Modernise slightly. Correct IGNORE message-- there is no real problem with using .error here, but since it was mysteriously changed without notice assume that there was an extremely good reason for it.
Diffstat (limited to 'audio/musicpd/files')
-rw-r--r--audio/musicpd/files/musicpd.in2
-rw-r--r--audio/musicpd/files/pkg-message.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/musicpd/files/musicpd.in b/audio/musicpd/files/musicpd.in
index f367cde80173..7b4b8ad127c0 100644
--- a/audio/musicpd/files/musicpd.in
+++ b/audio/musicpd/files/musicpd.in
@@ -30,7 +30,7 @@ musicpd_getpidfile()
if get_pidfile_from_conf pid_file %%PREFIX%%/etc/musicpd.conf ; then
pidfile="$_pidfile_from_conf"
else
- pidfile="%%MPDDIR%%/.mpd/pid"
+ pidfile="/var/mpd/.mpd/pid"
fi
}
diff --git a/audio/musicpd/files/pkg-message.in b/audio/musicpd/files/pkg-message.in
index 7487c93d98b3..01714a11462a 100644
--- a/audio/musicpd/files/pkg-message.in
+++ b/audio/musicpd/files/pkg-message.in
@@ -17,7 +17,7 @@ Then start the server with
or reboot.
The example configuration of MPD server requires music files to
-be stored in the %%MPDDIR%%/music directory.
+be stored in the /var/mpd/music directory.
NOTE: The musicpd server is pretty useless without a client.
You might want to install one of the following ports too: