aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/qemu/files
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2009-03-09 02:28:26 +0800
committerJuergen Lock <nox@FreeBSD.org>2009-03-09 02:28:26 +0800
commit31f27fb3f8076dee33111061c734c3c639956818 (patch)
treeb648a949de2eed95fb4d5e47ebd78e5cfdf60f36 /emulators/qemu/files
parentd68a157cc3a0d46da24b5fd1cf2622ef36f337cb (diff)
downloadfreebsd-ports-gnome-31f27fb3f8076dee33111061c734c3c639956818.tar.gz
freebsd-ports-gnome-31f27fb3f8076dee33111061c734c3c639956818.tar.zst
freebsd-ports-gnome-31f27fb3f8076dee33111061c734c3c639956818.zip
Fix NOPORTDOCS. (doh!)
Diffstat (limited to 'emulators/qemu/files')
-rw-r--r--emulators/qemu/files/patch-Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/qemu/files/patch-Makefile b/emulators/qemu/files/patch-Makefile
index 1de79c3bf095..d6c95955fb14 100644
--- a/emulators/qemu/files/patch-Makefile
+++ b/emulators/qemu/files/patch-Makefile
@@ -11,7 +11,13 @@ Index: qemu/Makefile
else
DOCS=
endif
-@@ -225,8 +229,6 @@
+@@ -221,12 +225,12 @@
+
+ install-doc: $(DOCS)
++ifndef NOPORTDOCS
+ mkdir -p "$(DESTDIR)$(docdir)"
+ $(INSTALL) -m 644 qemu-doc.html qemu-tech.html "$(DESTDIR)$(docdir)"
++endif
ifndef CONFIG_WIN32
mkdir -p "$(DESTDIR)$(mandir)/man1"
$(INSTALL) -m 644 qemu.1 qemu-img.1 "$(DESTDIR)$(mandir)/man1"