Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/xorg/bin/twm Use an upstream-friendly version o...
details: https://anonhg.NetBSD.org/src/rev/f4b595d33af7
branches: trunk
changeset: 459478:f4b595d33af7
user: maya <maya%NetBSD.org@localhost>
date: Fri Sep 13 10:31:46 2019 +0000
description:
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.
diffstat:
external/mit/xorg/bin/twm/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 439958eec965 -r f4b595d33af7 external/mit/xorg/bin/twm/Makefile
--- a/external/mit/xorg/bin/twm/Makefile Fri Sep 13 10:23:07 2019 +0000
+++ b/external/mit/xorg/bin/twm/Makefile Fri Sep 13 10:31:46 2019 +0000
@@ -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 @@
TWMCONFIGDIR= ${X11ETCDIR}/twm
-X11EXTRAMANDEFS+= -e 's,__TWMDIR__,${TWMCONFIGDIR},g'
+X11EXTRAMANTRANSFORMS+= __datadir__/X11/twm ${TWMCONFIGDIR}
TWMDIR= ${X11SRCDIR.${PROG}}
Home |
Main Index |
Thread Index |
Old Index