freebsd-ports/multimedia/vdr-plugin-vdrmanager/files/patch-Makefile
2012-03-23 23:40:42 +00:00

9 lines
248 B
Text

--- a/Makefile
+++ b/Makefile
@@ -80,3 +80,6 @@ dist: clean
clean:
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~
+
+install:
+ ${INSTALL_PROGRAM} $(LIBDIR)/libvdr-$(PLUGIN).so.$(APIVERSION) $(PREFIX)/lib/vdr/libvdr-$(PLUGIN).so.$(APIVERSION)