freebsd-ports/audio/deforaos-mixer/files/patch-Makefile
2017-01-16 15:20:53 +00:00

11 lines
383 B
Text

--- Makefile.orig 2017-01-16 13:02:55 UTC
+++ Makefile
@@ -89,8 +89,6 @@ install:
if [ -n "$(OBJDIR)" ]; then \
$(MAKE) OBJDIR="$(OBJDIR)$$i/" install; \
else $(MAKE) install; fi) || exit; done
- $(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/Mixer
- $(INSTALL) -m 0644 README.md $(DESTDIR)$(PREFIX)/share/doc/Mixer/README.md
uninstall:
@for i in $(SUBDIRS); do (cd "$$i" && \