pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xlockmore "fix" quoting, thanks uebayasi



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8af65d4e53ed
branches:  trunk
changeset: 489128:8af65d4e53ed
user:      dan <dan%pkgsrc.org@localhost>
date:      Thu Feb 17 07:55:47 2005 +0000

description:
"fix" quoting, thanks uebayasi

diffstat:

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

diffs (18 lines):

diff -r e2de6ee65123 -r 8af65d4e53ed x11/xlockmore/Makefile.common
--- a/x11/xlockmore/Makefile.common     Thu Feb 17 07:11:59 2005 +0000
+++ b/x11/xlockmore/Makefile.common     Thu Feb 17 07:55:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2005/01/28 00:44:04 hubertf Exp $
+# $NetBSD: Makefile.common,v 1.22 2005/02/17 07:55:47 dan Exp $
 #
 # This Makefile.common is included by:
 #
@@ -39,7 +39,7 @@
 XLOCK_NO_DPMS=         YES
 .endif
 
-DEFINES+=              -DDEF_MODULEPATH=\"${XLOCK_MODULEDIR}\"
+DEFINES+=              -DDEF_MODULEPATH="\"${XLOCK_MODULEDIR}\""
 CPPFLAGS+=             ${DEFINES}
 CXXFLAGS+=             ${DEFINES}
 



Home | Main Index | Thread Index | Old Index