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 | a481368d71d8775aba6cd2485226196ce606c078 (patch) | |
tree | 0ccf1f3552ef6d0dba2864cd915b9fb537cfe13b /emulators/qemu | |
parent | 5ed6906b7b3e6ad5e6c69dbdb49a7072f43133cc (diff) | |
download | pkgsrc-a481368d71d8775aba6cd2485226196ce606c078.tar.gz |
Fix typo
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 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" |