Module Name:    src
Committed By:   maya
Date:           Wed Sep 11 14:10:36 UTC 2019

Modified Files:
        src/external/mit/xorg/bin/twm: Makefile

Log Message:
Use the more obviously replaced name __TWMDIR__

TWMDIR isn't currently used. We should patch to use it, though.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/mit/xorg/bin/twm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/bin/twm/Makefile
diff -u src/external/mit/xorg/bin/twm/Makefile:1.6 src/external/mit/xorg/bin/twm/Makefile:1.7
--- src/external/mit/xorg/bin/twm/Makefile:1.6	Mon Mar 17 09:21:19 2014
+++ src/external/mit/xorg/bin/twm/Makefile	Wed Sep 11 14:10:36 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2014/03/17 09:21:19 mrg Exp $
+#	$NetBSD: Makefile,v 1.7 2019/09/11 14:10:36 maya Exp $
 
 .include <bsd.own.mk>
 
@@ -11,7 +11,7 @@ YHEADER=1
 
 TWMCONFIGDIR=		${X11ETCDIR}/twm
 
-X11EXTRAMANDEFS+=	-e 's,TWMDIR,${TWMCONFIGDIR},g'
+X11EXTRAMANDEFS+=	-e 's,__TWMDIR__,${TWMCONFIGDIR},g'
 
 TWMDIR=			${X11SRCDIR.${PROG}}
 

Reply via email to