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 | dee80fa6d8cc06b21a6491ad0f45a8bdfd0ddcfa (patch) | |
tree | 7693d63ffaaa57cf44393c3f1b19100370b24b85 /audio/nosefart | |
parent | e5d1a3e10d166705430889850f203065cd78dd74 (diff) | |
download | pkgsrc-dee80fa6d8cc06b21a6491ad0f45a8bdfd0ddcfa.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/nosefart')
-rw-r--r-- | audio/nosefart/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/nosefart/Makefile b/audio/nosefart/Makefile index f4017e30e82..eaf2ab4c170 100644 --- a/audio/nosefart/Makefile +++ b/audio/nosefart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/09 21:04:41 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/04/22 09:22:06 rillig Exp $ DISTNAME= nosefart-2.3-mls PKGNAME= ${DISTNAME:S/-mls//} @@ -18,7 +18,7 @@ NO_CONFIGURE= YES SUBST_CLASSES+= ossaudio SUBST_STAGE.ossaudio= pre-build -SUBST_MESSAGE.ossaudio= "Fixing audio device." +SUBST_MESSAGE.ossaudio= Fixing audio device. SUBST_FILES.ossaudio= src/linux/main_linux.c SUBST_SED.ossaudio= -e 's|/dev/dsp|${DEVOSSSOUND}|' |