From 9490c458fd11c1301522c667a290423af0000c7b Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 24 Feb 2005 03:37:28 +0000 Subject: Change quote escaping to reflect Todd Vierling's recent makefile fixes. --- audio/xmms-modplug/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/xmms-modplug') diff --git a/audio/xmms-modplug/Makefile b/audio/xmms-modplug/Makefile index 2d9b9cdd1f9..3d7e73425e6 100644 --- a/audio/xmms-modplug/Makefile +++ b/audio/xmms-modplug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/12/14 18:45:11 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2005/02/24 03:40:29 ben Exp $ # DISTNAME= modplugxmms-2.05 @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes SHLIBTOOL_OVERRIDE= libtool-disable-static -CFLAGS+= -DDEVICE_NAME="\"\\\"${DEVOSSSOUND}\\\"\"" +CFLAGS+= -DDEVICE_NAME="\"${DEVOSSSOUND}\"" USE_LANGUAGES= c c++ PKG_INSTALLATION_TYPES= overwrite pkgviews -- cgit v1.2.3