openbsd-ports/audio/mpd/patches/patch-Makefile_in
jasper 96a6dfc31b - update mpd to 0.15.12
* from tobias ulmer (MAINTAINER)

some tweaks by me:
- set license version
- new-style WANTLIB/LIB_DEPENDS
- fix MODULES and MASTER_SITES
2010-08-23 14:46:55 +00:00

13 lines
626 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.2 2010/08/23 14:46:55 jasper Exp $
--- Makefile.in.orig Wed Jul 21 02:42:27 2010
+++ Makefile.in Sun Aug 22 18:45:03 2010
@@ -1447,7 +1447,7 @@ SPARSE_CPPFLAGS = $(DEFAULT_INCLUDES) -I$(shell $(CC)
# 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 doc/sticker.xml
@ENABLE_DOCUMENTATION_TRUE@protocoldir = $(docdir)/protocol
@ENABLE_DOCUMENTATION_TRUE@protocol_DATA = $(wildcard doc/protocol/*.html)