summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2005-03-07 09:53:33 +0000
committeruebayasi <uebayasi>2005-03-07 09:53:33 +0000
commita5f2b6cd4aca200ad64ed1dec0fc3e37405f30e4 (patch)
treed3b28edbd99227a740fc6381af9246d94cbe737c /misc
parent8aa436b2c353e99c9af7dc60613c32e7c13e1ea6 (diff)
downloadpkgsrc-a5f2b6cd4aca200ad64ed1dec0fc3e37405f30e4.tar.gz
Fix quoting.
Diffstat (limited to 'misc')
-rw-r--r--misc/celestia/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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"