diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-03-07 09:53:33 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-03-07 09:53:33 +0000 |
commit | 571af43628c3b9e9bad15b1b0dbb70ac9d7bf7cd (patch) | |
tree | d3b28edbd99227a740fc6381af9246d94cbe737c /misc/celestia | |
parent | 71960dee9e67049bef13c9efb3653608b1fe85a9 (diff) | |
download | pkgsrc-571af43628c3b9e9bad15b1b0dbb70ac9d7bf7cd.tar.gz |
Fix quoting.
Diffstat (limited to 'misc/celestia')
-rw-r--r-- | misc/celestia/Makefile.common | 4 |
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" |