aboutsummaryrefslogtreecommitdiffstats
path: root/audio/musicpd/files
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2008-09-06 21:16:39 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2008-09-06 21:16:39 +0800
commit97b0bd7f946dddfc637b855b165b93deffb1a3c3 (patch)
tree0304c48a899ce38f9d091808a51d07744969a378 /audio/musicpd/files
parent70932af5af0368eb6ab3f65597c37dd1b3a1e164 (diff)
downloadfreebsd-ports-gnome-97b0bd7f946dddfc637b855b165b93deffb1a3c3.tar.gz
freebsd-ports-gnome-97b0bd7f946dddfc637b855b165b93deffb1a3c3.tar.zst
freebsd-ports-gnome-97b0bd7f946dddfc637b855b165b93deffb1a3c3.zip
- Fix depends (add options for samplerate, jack; check WITH_/WITHOUT_ flags appropriately)
- Respect NOPORTDOCS and thus fix plist for NOPORTDOCS case - Better pkg-message handling - Reorder variables in the Makefile in more canonical way PR: 126492 Submitted by: Henry Hu <henry dot hu dot sh at gmail dot com> Patch by: me Approved by: maintainer timeout
Diffstat (limited to 'audio/musicpd/files')
-rw-r--r--audio/musicpd/files/pkg-message.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/musicpd/files/pkg-message.in b/audio/musicpd/files/pkg-message.in
new file mode 100644
index 000000000000..ee89e3e0e154
--- /dev/null
+++ b/audio/musicpd/files/pkg-message.in
@@ -0,0 +1,20 @@
+************************************************************
+
+The musicpd package has been successfully installed.
+
+In order to run the MPD server, you need to create
+ %%PREFIX%%/etc/mpd.conf out of
+ %%PREFIX%%/share/doc/mpd/mpdconf.example
+and add the following line to /etc/rc.conf:
+ musicpd_enable="YES"
+
+Then start the server with
+ %%PREFIX%%/etc/rc.d/musicpd start
+or reboot.
+
+NOTE: The musicpd server is pretty useless without a
+ client. You might want to install one of the following
+ ports, too: mpc, ncmpc, glurp, gmpc, kmp or phpmp
+
+************************************************************
+