diff options
author | rillig <rillig@pkgsrc.org> | 2006-04-22 09:22:05 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-04-22 09:22:05 +0000 |
commit | 9fc2d7d28106475bc308a209655b44e662911609 (patch) | |
tree | 7693d63ffaaa57cf44393c3f1b19100370b24b85 /audio/muse/Makefile | |
parent | 1ffbacec96b330949bc61d2a6247b1c2004cdc92 (diff) | |
download | pkgsrc-9fc2d7d28106475bc308a209655b44e662911609.tar.gz |
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
Diffstat (limited to 'audio/muse/Makefile')
-rw-r--r-- | audio/muse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/muse/Makefile b/audio/muse/Makefile index 64d8f3deee5..2bf2262d7d2 100644 --- a/audio/muse/Makefile +++ b/audio/muse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/04/17 13:46:16 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2006/04/22 09:22:06 rillig Exp $ # DISTNAME= MuSE-0.9 @@ -28,7 +28,7 @@ SUBST_CLASSES+= dsp SUBST_STAGE.dsp= post-patch SUBST_FILES.dsp= src/jmixer.cpp src/libmpeg/fileplayer.cc SUBST_SED.dsp= -e "s,/dev/dsp,${DEVOSSAUDIO},g" -SUBST_MESSAGE.dsp= "Fixing hardcoded audio device." +SUBST_MESSAGE.dsp= Fixing hardcoded audio device. .include "../../audio/lame/buildlink3.mk" .include "../../audio/libvorbis/buildlink3.mk" |