diff options
author | skrll <skrll@pkgsrc.org> | 2004-12-02 11:49:57 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2004-12-02 11:49:57 +0000 |
commit | 2ae636e7839e6b487df3bb47a5433afe60ecda40 (patch) | |
tree | 0ccf1f3552ef6d0dba2864cd915b9fb537cfe13b | |
parent | 7c75af24294c564275e5b3bd40e2ba91badff717 (diff) | |
download | pkgsrc-2ae636e7839e6b487df3bb47a5433afe60ecda40.tar.gz |
Fix typo
-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 ce8a2449557..823ad58ada4 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/11/15 15:38:15 soren Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/02 11:49:57 skrll Exp $ # DISTNAME= qemu-0.6.1 @@ -24,7 +24,7 @@ SUBST_CLASSES+= snd SUBST_STAGE.snd= post-patch SUBST_FILES.snd= audio/ossaudio.c SUBST_SED.snd= -e "s,/dev/dsp,${DEVOSSAUDIO},g" -SUBST_MESSAGE.snd= "Fixing harcoded audio device." +SUBST_MESSAGE.snd= "Fixing hardcoded audio device." .include "../../devel/SDL/buildlink3.mk" .include "../../mk/ossaudio.buildlink3.mk" |