Date: Tue, 06 Oct 2015 09:59:37 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 203579] multimedia/ffmpeg: simplify manpages and html docs installation Message-ID: <bug-203579-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203579 Bug ID: 203579 Summary: multimedia/ffmpeg: simplify manpages and html docs installation Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: multimedia@FreeBSD.org Reporter: jbeich@FreeBSD.org Flags: maintainer-feedback?(multimedia@FreeBSD.org) Assignee: multimedia@FreeBSD.org Created attachment 161754 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161754&action=edit v0 Let's take advantage of the following code in doc/Makefile: install-doc: install-html install-man install-html: install-man: ifdef CONFIG_HTMLPAGES install-progs-$(CONFIG_DOC): install-html install-html: $(HTMLPAGES) $(Q)mkdir -p "$(DOCDIR)" $(INSTALL) -m 644 $(HTMLPAGES) "$(DOCDIR)" endif ifdef CONFIG_MANPAGES #install-progs-$(CONFIG_DOC): install-man install-man: $(MANPAGES) $(Q)mkdir -p "$(MANDIR)/man1" $(INSTALL) -m 644 $(MANPAGES1) "$(MANDIR)/man1" $(Q)mkdir -p "$(MANDIR)/man3" $(INSTALL) -m 644 $(MANPAGES3) "$(MANDIR)/man3" endif -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203579-13>