openbsd-ports/audio/mpd/patches/patch-Makefile_in
landry 11e4a69dc4 Update to mpd 0.16.2:
Diff from Martin Pieuchot based on a diff for 0.16.1 from Tobias Ulmer
(maintainer). Note that configuration file may need an update
(mixer_type is not global anymore, it's per-output), and mpd will
recreate its database upon startup.
Tested by jasper@ and myself, looks good to maintainer
2011-04-05 19:55:38 +00:00

13 lines
550 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.3 2011/04/05 19:55:38 landry Exp $
--- Makefile.in Mon Apr 4 22:31:44 2011
+++ Makefile.in Mon Apr 4 22:31:30 2011
@@ -2254,7 +2254,7 @@
# Documentation
#
man_MANS = doc/mpd.1 doc/mpd.conf.5
-doc_DATA = AUTHORS COPYING NEWS README UPGRADING doc/mpdconf.example
+doc_DATA = AUTHORS COPYING NEWS README UPGRADING
DOCBOOK_FILES = doc/protocol.xml doc/user.xml doc/developer.xml
@ENABLE_DOCUMENTATION_TRUE@protocoldir = $(docdir)/protocol
@ENABLE_DOCUMENTATION_TRUE@protocol_DATA = $(wildcard doc/protocol/*.html)