47452dcb43
- 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)
9 lines
311 B
Text
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)
|