From 571af43628c3b9e9bad15b1b0dbb70ac9d7bf7cd Mon Sep 17 00:00:00 2001 From: uebayasi Date: Mon, 7 Mar 2005 09:53:33 +0000 Subject: Fix quoting. --- misc/celestia/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/celestia') diff --git a/misc/celestia/Makefile.common b/misc/celestia/Makefile.common index 74fc23a48bb..bb30f7fe1af 100644 --- a/misc/celestia/Makefile.common +++ b/misc/celestia/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2004/12/16 07:19:19 minskim Exp $ +# $NetBSD: Makefile.common,v 1.12 2005/03/07 09:53:33 uebayasi Exp $ DISTNAME= celestia-${CELESTIA_VERS} CATEGORIES= misc x11 @@ -19,7 +19,7 @@ USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-lua --with-glut -CXXFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\" +CXXFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3