pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/celestia Lose one more layer of quoting. "ktrace"...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/724b3d7dd78d
branches:  trunk
changeset: 490793:724b3d7dd78d
user:      fredb <fredb%pkgsrc.org@localhost>
date:      Sun Mar 20 12:36:25 2005 +0000

description:
Lose one more layer of quoting. "ktrace" showed that the program was
looking for its config file with double-quotes in the path.

diffstat:

 misc/celestia/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r eb4798febcaa -r 724b3d7dd78d misc/celestia/Makefile.common
--- a/misc/celestia/Makefile.common     Sun Mar 20 12:35:11 2005 +0000
+++ b/misc/celestia/Makefile.common     Sun Mar 20 12:36:25 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2005/03/18 12:36:42 wiz Exp $
+# $NetBSD: Makefile.common,v 1.14 2005/03/20 12:36:25 fredb Exp $
 
 DISTNAME=      celestia-${CELESTIA_VERS}
 CATEGORIES=    misc x11
@@ -22,7 +22,7 @@
 
 GCC_REQD=              3.0
 
-CXXFLAGS+=     -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
+CXXFLAGS+=     -DPKG_SYSCONFDIR=\"${PKG_SYSCONFDIR}\"
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index