diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-03-04 19:16:20 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-03-04 19:16:20 +0000 |
commit | c018dfd9bcf756570ba265e6d28cb42bb4de7041 (patch) | |
tree | d1ced787e5b32299fd2a446911c64110df4d588e /emulators/qemu-devel | |
parent | 1fddb30802d4a9f2efbb613cf5e63bc147839779 (diff) | |
download | freebsd-ports-c018dfd9bcf756570ba265e6d28cb42bb4de7041.zip |
- Add missing files to plist
PR: 207308
Submitted by: amdmi3
Approved by: maintainer timeout (bofh, 2 weeks)
Diffstat (limited to 'emulators/qemu-devel')
-rw-r--r-- | emulators/qemu-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/qemu-devel/pkg-plist | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 9af39a5bd1bd..90234ee0d496 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= qemu DISTVERSION= 2.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ PKGNAMESUFFIX= -devel diff --git a/emulators/qemu-devel/pkg-plist b/emulators/qemu-devel/pkg-plist index ea86585c3570..b1ea34cec544 100644 --- a/emulators/qemu-devel/pkg-plist +++ b/emulators/qemu-devel/pkg-plist @@ -1,9 +1,13 @@ bin/ivshmem-server bin/ivshmem-client bin/qemu-ga +bin/qemu-i386 bin/qemu-img bin/qemu-io bin/qemu-nbd +bin/qemu-sparc +bin/qemu-sparc64 +bin/qemu-x86_64 %%X86_TARGETS%%bin/qemu-system-aarch64 %%X86_TARGETS%%bin/qemu-system-alpha %%X86_TARGETS%%bin/qemu-system-arm |