diff options
author | hira <hira@pkgsrc.org> | 2006-09-16 12:09:09 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2006-09-16 12:09:09 +0000 |
commit | 8a7553e3a369c002395a6fc89fa2ec9b60ea0c14 (patch) | |
tree | 274fa787bf98c076e8f378d71b2f6f40a7b52181 /emulators | |
parent | 18890e85be135fa9149be21885aac5e892d360ed (diff) | |
download | pkgsrc-8a7553e3a369c002395a6fc89fa2ec9b60ea0c14.tar.gz |
Add missing manpages to PLIST. Bump PKGREVISION.
Diffstat (limited to 'emulators')
-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 |