diff options
author | sbruno <sbruno@FreeBSD.org> | 2018-02-02 05:06:28 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:33:15 +0800 |
commit | 54db0ca8815190e7647afa3f70ca1d27a5040942 (patch) | |
tree | 085be88c6c9cda2ac3d85daa5ba9886fa6a53abf | |
parent | e836f7162a5c05b5e5648308f3670ed6303583e3 (diff) | |
download | freebsd-ports-gnome-54db0ca8815190e7647afa3f70ca1d27a5040942.tar.gz freebsd-ports-gnome-54db0ca8815190e7647afa3f70ca1d27a5040942.tar.zst freebsd-ports-gnome-54db0ca8815190e7647afa3f70ca1d27a5040942.zip |
emulators/qemu-sbruno add missing files to pkg-plist
Submitted by: amdmi3
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 2 | ||||
-rw-r--r-- | emulators/qemu-sbruno/pkg-plist | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index 1e3fcc3474a9..0e2fbd619656 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.11.50.g20171215 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= GH PKGNAMESUFFIX?= -sbruno diff --git a/emulators/qemu-sbruno/pkg-plist b/emulators/qemu-sbruno/pkg-plist index c0dd28c707d7..aeee16bcb1c0 100644 --- a/emulators/qemu-sbruno/pkg-plist +++ b/emulators/qemu-sbruno/pkg-plist @@ -16,6 +16,8 @@ %%NONX86%%bin/qemu-system-mips64el %%NONX86%%bin/qemu-system-mipsel %%NONX86%%bin/qemu-system-moxie +%%NONX86%%bin/qemu-system-nios2 +%%NONX86%%bin/qemu-system-or1k %%NONX86%%bin/qemu-system-ppc %%NONX86%%bin/qemu-system-ppc64 %%NONX86%%bin/qemu-system-ppcemb @@ -119,7 +121,9 @@ %%SOFTMMU%%%%DATADIR%%/pxe-virtio.rom %%SOFTMMU%%%%DATADIR%%/qemu-icon.bmp %%SOFTMMU%%%%DATADIR%%/qemu_logo_no_text.svg +%%SOFTMMU%%%%DATADIR%%/qemu_vga.ndrv %%SOFTMMU%%%%DATADIR%%/s390-ccw.img +%%SOFTMMU%%%%DATADIR%%/s390-netboot.img %%SOFTMMU%%%%DATADIR%%/sgabios.bin %%SOFTMMU%%%%DATADIR%%/slof.bin %%SOFTMMU%%%%DATADIR%%/spapr-rtas.bin |