Module Name:    src
Committed By:   maya
Date:           Fri Sep 13 10:31:46 UTC 2019

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

Log Message:
Use an upstream-friendly version of fixing system.twmrc location.

Upstream uses __datadir__/X11/etc as the install destination,
we use /etc/X11/twm.

This change will require no changes to the upstream man page.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 src/external/mit/xorg/bin/twm/Makefile:1.8
--- src/external/mit/xorg/bin/twm/Makefile:1.7	Wed Sep 11 14:10:36 2019
+++ src/external/mit/xorg/bin/twm/Makefile	Fri Sep 13 10:31:46 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2019/09/11 14:10:36 maya Exp $
+#	$NetBSD: Makefile,v 1.8 2019/09/13 10:31:46 maya Exp $
 
 .include <bsd.own.mk>
 
@@ -11,7 +11,7 @@ YHEADER=1
 
 TWMCONFIGDIR=		${X11ETCDIR}/twm
 
-X11EXTRAMANDEFS+=	-e 's,__TWMDIR__,${TWMCONFIGDIR},g'
+X11EXTRAMANTRANSFORMS+=	__datadir__/X11/twm ${TWMCONFIGDIR}
 
 TWMDIR=			${X11SRCDIR.${PROG}}
 

Reply via email to