freebsd-ports/multimedia/vdr-plugin-xvdr/files/patch-Makefile
Juergen Lock 7c720b5681 VDR plugin to handle XBMC clients.
The vdr-plugin-xvdr is able to handle serveral XBMC clients connecting
via the XVDR addon.

WWW: https://github.com/pipelka/vdr-plugin-xvdr
2011-12-18 17:23:38 +00:00

9 lines
301 B
Text

--- a/Makefile
+++ b/Makefile
@@ -114,5 +114,4 @@ clean:
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~
install:
- @install -d ../../man
- @install README ../../man/$(PLUGIN).man
+ ${INSTALL_PROGRAM} $(LIBDIR)/libvdr-$(PLUGIN).so.$(APIVERSION) $(PREFIX)/lib/vdr/libvdr-$(PLUGIN).so.$(APIVERSION)