Source-Changes-HG archive

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

[src/trunk]: src/external/mit/ctwm/bin/ctwm Fix path to system.ctwmrc



details:   https://anonhg.NetBSD.org/src/rev/45cc5db7432a
branches:  trunk
changeset: 321491:45cc5db7432a
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Mar 18 11:40:41 2018 +0000

description:
Fix path to system.ctwmrc

diffstat:

 external/mit/ctwm/bin/ctwm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f29154a0f155 -r 45cc5db7432a external/mit/ctwm/bin/ctwm/Makefile
--- a/external/mit/ctwm/bin/ctwm/Makefile       Sun Mar 18 11:33:58 2018 +0000
+++ b/external/mit/ctwm/bin/ctwm/Makefile       Sun Mar 18 11:40:41 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2016/04/13 22:26:48 christos Exp $
+#      $NetBSD: Makefile,v 1.5 2018/03/18 11:40:41 jmcneill Exp $
 
 .include <bsd.own.mk>
 
@@ -21,7 +21,7 @@
 CPPFLAGS+=             -DPIXMAP_DIRECTORY=\"${XPMDIR}\"
 CPPFLAGS+=             -DCTWM_WELCOME_FILE=\"xpm:${X11INCDIR}/X11/pixmaps/NetBSD-inv.xpm\"
 
-CPPFLAGS.parse.c=      -DSYSTEM_INIT_FILE=\"${CTWMCONFIGDIR}/system.twmrc\" \
+CPPFLAGS.parse.c=      -DSYSTEM_INIT_FILE=\"${CTWMCONFIGDIR}/system.ctwmrc\" \
                        -DM4CMD=\"m4\"
 
 FILESDIR=              ${XPMDIR}



Home | Main Index | Thread Index | Old Index