diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-05-20 15:57:31 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-05-20 15:57:31 +0000 |
commit | d4b92c1491f9caa1bacff421f9b22a56ad302e82 (patch) | |
tree | 862f43c1cf5b0293f9587c397d31b89af5bf303d /emulators/qemu-devel/files | |
parent | - Stage support [1] (diff) |
Pet check-plist. (I thought this was fixed by r354246 but looks like
that commit only handles the pkgng case not pkg_*...)
Submitted by: jenkins via swills
Notes
Notes:
svn path=/head/; revision=354652
Diffstat (limited to 'emulators/qemu-devel/files')
-rw-r--r-- | emulators/qemu-devel/files/patch-Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/emulators/qemu-devel/files/patch-Makefile b/emulators/qemu-devel/files/patch-Makefile index f9fc530ea762..ec67d45dc178 100644 --- a/emulators/qemu-devel/files/patch-Makefile +++ b/emulators/qemu-devel/files/patch-Makefile @@ -23,15 +23,3 @@ ifdef CONFIG_POSIX $(INSTALL_DIR) "$(DESTDIR)$(mandir)/man1" $(INSTALL_DATA) qemu.1 "$(DESTDIR)$(mandir)/man1" -@@ -341,7 +347,10 @@ - $(INSTALL_DIR) "$(DESTDIR)$(qemu_confdir)" - - install-sysconfig: install-datadir install-confdir -- $(INSTALL_DATA) $(SRC_PATH)/sysconfigs/target/target-x86_64.conf "$(DESTDIR)$(qemu_confdir)" -+ $(INSTALL_DATA) $(SRC_PATH)/sysconfigs/target/target-x86_64.conf "$(DESTDIR)$(qemu_confdir)/target-x86_64.conf.sample" -+ if [ ! -f "$(qemu_confdir)/target-x86_64.conf" ]; then \ -+ $(INSTALL_DATA) $(SRC_PATH)/sysconfigs/target/target-x86_64.conf "$(DESTDIR)$(qemu_confdir)"; \ -+ fi - - install: all $(if $(BUILD_DOCS),install-doc) install-sysconfig \ - install-datadir install-localstatedir |