diff options
author | taca <taca@pkgsrc.org> | 2013-01-16 05:44:49 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-01-16 05:44:49 +0000 |
commit | 47ad039731b32a04292ea08bfd7f518fe547e15e (patch) | |
tree | 975cde6ed7e18a5c57c2afe9fcf002f15097faaf /emulators/qemu | |
parent | 6e62752088b6a186f3adfe2f0e0533195e88d612 (diff) | |
download | pkgsrc-47ad039731b32a04292ea08bfd7f518fe547e15e.tar.gz |
PKGREVISION should be simple integer value.
(It might be better to bump again.)
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 868c3faf8e7..5153aaaa468 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.103 2013/01/15 15:17:22 gdt Exp $ +# $NetBSD: Makefile,v 1.104 2013/01/16 05:44:49 taca Exp $ DISTNAME= qemu-1.2.0 -PKGREVISION= 5v== +PKGREVISION= 5 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ EXTRACT_SUFX= .tar.bz2 |