summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authortaca <taca>2013-01-16 05:44:49 +0000
committertaca <taca>2013-01-16 05:44:49 +0000
commit42426a02fc9f4894ea3ad013ce795f7d6aa84f04 (patch)
tree975cde6ed7e18a5c57c2afe9fcf002f15097faaf /emulators
parent85c4caedda28ff413e7aca2da66f7468edcc074b (diff)
downloadpkgsrc-42426a02fc9f4894ea3ad013ce795f7d6aa84f04.tar.gz
PKGREVISION should be simple integer value.
(It might be better to bump again.)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu/Makefile4
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