diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-23 06:43:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-23 06:43:17 +0000 |
commit | aa8ed80f5db13960b9dc88bacf04647cda353f4b (patch) | |
tree | bc3d666c83b3193810daa0504fc624806b3aa4e6 | |
parent | 233e03646b8d1be3330c6d6bceafa704315a0411 (diff) | |
download | pkgsrc-aa8ed80f5db13960b9dc88bacf04647cda353f4b.tar.gz |
Fix typo in message.
-rw-r--r-- | devel/allegro/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/allegro/Makefile b/devel/allegro/Makefile index aef9425227c..8644e31b1be 100644 --- a/devel/allegro/Makefile +++ b/devel/allegro/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/03/22 23:53:33 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2006/03/23 06:43:17 wiz Exp $ DISTNAME= allegro-4.2.0 PKGREVISION= 2 @@ -26,7 +26,7 @@ SUBST_CLASSES+= oss SUBST_STAGE.oss= post-patch SUBST_FILES.oss= src/unix/uoss.c setup/setup.c SUBST_SED.oss= -e "s,/dev/dsp,"${DEVOSSAUDIO:Q}",g" -SUBST_MESSAGE.oss= Fixing harcoded audio device. +SUBST_MESSAGE.oss= Fixing hardcoded audio device. .include "../../mk/oss.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |