From 5dce4218becd143264841ebecde57eb8c68e7236 Mon Sep 17 00:00:00 2001 From: grange Date: Wed, 21 Jan 2009 11:19:24 +0000 Subject: [PATCH] SuperH was missed from DESCR. Noticed by author. Bump PKGNAME. --- emulators/gxemul/Makefile | 3 ++- emulators/gxemul/pkg/DESCR | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index 36df11c273b..5102276b269 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.21 2009/01/05 21:14:02 grange Exp $ +# $OpenBSD: Makefile,v 1.22 2009/01/21 11:19:24 grange Exp $ COMMENT= ARM/M88k/MIPS/PowerPC/SuperH machines emulator DISTNAME= gxemul-0.4.7 +PKGNAME= ${DISTNAME}p0 CATEGORIES= emulators HOMEPAGE= http://gavare.se/gxemul/ diff --git a/emulators/gxemul/pkg/DESCR b/emulators/gxemul/pkg/DESCR index 7e74f250599..b441d33bb45 100644 --- a/emulators/gxemul/pkg/DESCR +++ b/emulators/gxemul/pkg/DESCR @@ -4,4 +4,4 @@ microkernel, but the emulator can be used for many other things. While some simulators only simulate a CPU, GXemul also simulates other hardware components, making it possible to use the emulator to run unmodified operating systems, such as NetBSD, OpenBSD, or Linux. -Currently emulated CPUs are: ARM, M88k, MIPS, and PowerPC. +Currently emulated CPUs are: ARM, M88k, MIPS, PowerPC and SuperH.