diff options
author | erwin <erwin@FreeBSD.org> | 2006-05-19 16:17:54 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-05-19 16:17:54 +0800 |
commit | 01a932a18b913280834b6ba7470fca2008415241 (patch) | |
tree | 17517a7612b2ea2296bafccecd5907cc7e13a2e5 /emulators | |
parent | 51ef16678a6c111411bd5543444dd54236735d3e (diff) | |
download | freebsd-ports-gnome-01a932a18b913280834b6ba7470fca2008415241.tar.gz freebsd-ports-gnome-01a932a18b913280834b6ba7470fca2008415241.tar.zst freebsd-ports-gnome-01a932a18b913280834b6ba7470fca2008415241.zip |
Fix plist
PR: 97363
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-devel/Makefile | 1 | ||||
-rw-r--r-- | emulators/qemu-devel/pkg-plist | 1 | ||||
-rw-r--r-- | emulators/qemu/Makefile | 1 | ||||
-rw-r--r-- | emulators/qemu/pkg-plist | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 6d05c6eabf19..623c83d1145e 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= qemu PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.qemu.org/:release \ http://people.fruitsalad.org/nox/qemu/:snapshot \ diff --git a/emulators/qemu-devel/pkg-plist b/emulators/qemu-devel/pkg-plist index 8a97a757277b..60cebcf4fb23 100644 --- a/emulators/qemu-devel/pkg-plist +++ b/emulators/qemu-devel/pkg-plist @@ -2,6 +2,7 @@ bin/qemu bin/qemu-img bin/qemu-system-arm bin/qemu-system-mips +bin/qemu-system-mipsel bin/qemu-system-ppc bin/qemu-system-sparc bin/qemu-system-x86_64 diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 6d05c6eabf19..623c83d1145e 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -7,6 +7,7 @@ PORTNAME= qemu PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.qemu.org/:release \ http://people.fruitsalad.org/nox/qemu/:snapshot \ diff --git a/emulators/qemu/pkg-plist b/emulators/qemu/pkg-plist index 8a97a757277b..60cebcf4fb23 100644 --- a/emulators/qemu/pkg-plist +++ b/emulators/qemu/pkg-plist @@ -2,6 +2,7 @@ bin/qemu bin/qemu-img bin/qemu-system-arm bin/qemu-system-mips +bin/qemu-system-mipsel bin/qemu-system-ppc bin/qemu-system-sparc bin/qemu-system-x86_64 |