diff options
author | nox <nox@FreeBSD.org> | 2014-04-18 23:16:09 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2014-04-18 23:16:09 +0800 |
commit | dc1dea91cb8e1d79c29f2a4f5b676a00823accf2 (patch) | |
tree | 9cd5c1f2143e984d4ce7c9b73bec85c2b4db9cbb | |
parent | dfd630c1b929091eabebb1a7695baa671aae28c6 (diff) | |
download | freebsd-ports-gnome-dc1dea91cb8e1d79c29f2a4f5b676a00823accf2.tar.gz freebsd-ports-gnome-dc1dea91cb8e1d79c29f2a4f5b676a00823accf2.tar.zst freebsd-ports-gnome-dc1dea91cb8e1d79c29f2a4f5b676a00823accf2.zip |
(Attempt to) fix the previous commit:
- Set fbsd:nokeywords property on files/extra-patch-790d0ef625d22ff3f1a895d266a48e2bacd63776 . [1]
- pkg-plst was missed.
Resported by: Nikolai Lifanov <lifanov@mail.lifanov.com> [1]
-rw-r--r-- | emulators/qemu-devel/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/qemu-devel/pkg-plist b/emulators/qemu-devel/pkg-plist index 98e8589b6a84..b07846baa7b0 100644 --- a/emulators/qemu-devel/pkg-plist +++ b/emulators/qemu-devel/pkg-plist @@ -2,6 +2,7 @@ bin/qemu-ga bin/qemu-img bin/qemu-io bin/qemu-nbd +%%NONX86%%bin/qemu-system-aarch64 %%NONX86%%bin/qemu-system-alpha %%NONX86%%bin/qemu-system-arm %%NONX86%%bin/qemu-system-cris @@ -51,8 +52,10 @@ etc/qemu/target-x86_64.conf.sample @exec if [ ! -f %D/etc/qemu/target-x86_64.conf ] ; then cp -p %D/%F %D/etc/qemu/target-x86_64.conf; fi @dirrmtry etc/qemu %%DATADIR%%/QEMU,tcx.bin +%%DATADIR%%/QEMU,cgthree.bin %%DATADIR%%/acpi-dsdt.aml %%DATADIR%%/q35-acpi-dsdt.aml +%%DATADIR%%/bios-256k.bin %%DATADIR%%/bios.bin %%DATADIR%%/efi-e1000.rom %%DATADIR%%/efi-eepro100.rom |