freebsd-ports/multimedia/vdr-plugin-xvdr/files/patch-Makefile
Juergen Lock 47452dcb43 - Finally stagify the vdr ports. \o/
- Use new LIB_DEPENDS syntax.
- Change multimedia/vdr-plugins defaults and bump PORTREVISION for it.
  (switch from xvdr to vnsiserver and disable plugins depending on ffmpeg0)
2014-03-01 12:21:13 +00:00

9 lines
311 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) ${DESTDIR}$(PREFIX)/lib/vdr/libvdr-$(PLUGIN).so.$(APIVERSION)