diff options
-rw-r--r-- | emulators/qemu/Makefile | 3 | ||||
-rw-r--r-- | emulators/qemu/PLIST | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 85e886d97a3..27cbfc5a58d 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2006/09/11 11:33:24 xtraeme Exp $ +# $NetBSD: Makefile,v 1.40 2006/09/16 12:09:09 hira Exp $ # DISTNAME= qemu-0.8.2 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://fabrice.bellard.free.fr/qemu/ diff --git a/emulators/qemu/PLIST b/emulators/qemu/PLIST index 551e277511e..702c00108a1 100644 --- a/emulators/qemu/PLIST +++ b/emulators/qemu/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2006/09/05 00:44:38 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.12 2006/09/16 12:09:09 hira Exp $ bin/qemu bin/qemu-img bin/qemu-system-arm @@ -7,6 +7,8 @@ bin/qemu-system-mipsel bin/qemu-system-ppc bin/qemu-system-sparc bin/qemu-system-x86_64 +man/man1/qemu-img.1 +man/man1/qemu.1 share/doc/qemu/Makefile.multinode-${OPSYS} share/qemu/bios.bin share/qemu/keymaps/ar |