diff options
author | nox <nox@FreeBSD.org> | 2007-04-10 06:11:23 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2007-04-10 06:11:23 +0800 |
commit | 9e2f4acd977d8c8da942ddf1f6d8bab835fec2d3 (patch) | |
tree | e517f6d6459b4a7b27e9db2b1c6ad5a9c8e071af /emulators/qemu-devel | |
parent | 5031876b554fe7e47a40501f1530675cc0480249 (diff) | |
download | freebsd-ports-gnome-9e2f4acd977d8c8da942ddf1f6d8bab835fec2d3.tar.gz freebsd-ports-gnome-9e2f4acd977d8c8da942ddf1f6d8bab835fec2d3.tar.zst freebsd-ports-gnome-9e2f4acd977d8c8da942ddf1f6d8bab835fec2d3.zip |
Fix plist
Submitted by: pointyhat via kris
Approved by: miwi (mentor, implicit)
Diffstat (limited to 'emulators/qemu-devel')
-rw-r--r-- | emulators/qemu-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/qemu-devel/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 7257be443a18..da5c6a952219 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= qemu PORTVERSION= 0.9.0s.20070405 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://qemu.org/:release \ http://qemu-forum.ipi.fi/qemu-snapshots/:snapshot \ diff --git a/emulators/qemu-devel/pkg-plist b/emulators/qemu-devel/pkg-plist index 121062e3d73f..6eeea0118132 100644 --- a/emulators/qemu-devel/pkg-plist +++ b/emulators/qemu-devel/pkg-plist @@ -2,6 +2,8 @@ bin/qemu bin/qemu-img bin/qemu-system-arm bin/qemu-system-mips +bin/qemu-system-mips64 +bin/qemu-system-mips64el bin/qemu-system-mipsel bin/qemu-system-ppc bin/qemu-system-ppc64 |