svn commit: r547301 - head/emulators/qemu/files
Muhammad Moinur Rahman
bofh at FreeBSD.org
Tue Sep 1 22:26:49 UTC 2020
Author: bofh
Date: Tue Sep 1 22:26:48 2020
New Revision: 547301
URL: https://svnweb.freebsd.org/changeset/ports/547301
Log:
emulators/qemu: Fix build with OPTION DOCS disabled
PR: 230204
Submitted by: guyyur at gmail.com
Reported by: novel
Modified:
head/emulators/qemu/files/patch-Makefile
Modified: head/emulators/qemu/files/patch-Makefile
==============================================================================
--- head/emulators/qemu/files/patch-Makefile Tue Sep 1 22:09:30 2020 (r547300)
+++ head/emulators/qemu/files/patch-Makefile Tue Sep 1 22:26:48 2020 (r547301)
@@ -5,7 +5,7 @@
ifdef BUILD_DOCS
+ifdef NOPORTDOCS
-+DOCS=qemu.1 qemu-img.1 qemu-nbd.8 qemu-ga.8
++DOCS=qemu.1 qemu-img.1 qemu-nbd.8 $(MANUAL_BUILDDIR)/interop/qemu-ga.8
+DOCS+=docs/interop/qemu-qmp-ref.7 docs/interop/qemu-ga-ref.7
+else
DOCS=qemu-doc.html qemu-doc.txt qemu.1 qemu-img.1 qemu-nbd.8 $(MANUAL_BUILDDIR)/interop/qemu-ga.8
More information about the svn-ports-head
mailing list