diff options
author | nox <nox@FreeBSD.org> | 2009-03-09 02:28:26 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2009-03-09 02:28:26 +0800 |
commit | 64a45c114fdd9c536e99ea8106c11fa2b8d0e165 (patch) | |
tree | 5d0d86dfc706aa5f19a7c6bb464ca1f392ef44ea /emulators/qemu | |
parent | fedddeffb9ad2678fab9a9673dcd8ba1f3655de7 (diff) | |
download | freebsd-ports-gnome-64a45c114fdd9c536e99ea8106c11fa2b8d0e165.tar.gz freebsd-ports-gnome-64a45c114fdd9c536e99ea8106c11fa2b8d0e165.tar.zst freebsd-ports-gnome-64a45c114fdd9c536e99ea8106c11fa2b8d0e165.zip |
Fix NOPORTDOCS. (doh!)
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/files/patch-Makefile | 8 |
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" |