From 11c8e72b70176b101907bdf3da268445a5d5d221 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Mon, 14 Feb 2005 09:07:51 +0000 Subject: Fix quoting. --- chat/centericq/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chat') diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile index 007787f27ac..69dbea2e2f6 100644 --- a/chat/centericq/Makefile +++ b/chat/centericq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2005/02/05 12:16:13 hubertf Exp $ +# $NetBSD: Makefile,v 1.46 2005/02/14 09:07:51 uebayasi Exp $ # DISTNAME= centericq-4.13.0 @@ -30,12 +30,12 @@ INCOMPAT_CURSES+= NetBSD-1.6_*-* NetBSD-1.6.[1-9]_*-* NetBSD-1.6[A-T]-* .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" -CPPFLAGS+= -DAUDIO_PLAYER=\"\\\"/usr/bin/audioplay\\\"\" +CPPFLAGS+= -DAUDIO_PLAYER="\"/usr/bin/audioplay\"" .else DEPENDS+= sox>=12.17.4:../../audio/sox SOX_PREFIX_DEFAULT= ${LOCALBASE} EVAL_PREFIX+= SOX_PREFIX=sox -CPPFLAGS+= -DAUDIO_PLAYER=\"\\\"${SOX_PREFIX}/bin/play\\\"\" +CPPFLAGS+= -DAUDIO_PLAYER="\"${SOX_PREFIX}/bin/play\"" .endif .if !empty(MACHINE_ARCH:Msparc64) -- cgit v1.2.3