Use the more obviously replaced name __TWMDIR__

TWMDIR isn't currently used. We should patch to use it, though.
This commit is contained in:
maya 2019-09-11 14:10:36 +00:00
parent 590739b387
commit e2a712c98e
1 changed files with 2 additions and 2 deletions

View File

@ -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}}