Module Name:    src
Committed By:   christos
Date:           Tue Aug 17 08:40:57 UTC 2010

Modified Files:
        src/share/mk: bsd.x11.mk

Log Message:
PR/43772: enami tsugutomo: __XCONFIGFILEMAN__ is left unexpaneded in
xinit(1)/startx(1)


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/share/mk/bsd.x11.mk

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

Modified files:

Index: src/share/mk/bsd.x11.mk
diff -u src/share/mk/bsd.x11.mk:1.88 src/share/mk/bsd.x11.mk:1.89
--- src/share/mk/bsd.x11.mk:1.88	Sun Aug 15 02:48:56 2010
+++ src/share/mk/bsd.x11.mk	Tue Aug 17 04:40:57 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.x11.mk,v 1.88 2010/08/15 06:48:56 mrg Exp $
+#	$NetBSD: bsd.x11.mk,v 1.89 2010/08/17 08:40:57 christos Exp $
 
 .include <bsd.init.mk>
 
@@ -396,6 +396,7 @@
 	__vendorversion__	${XORGVERSION:C/ /%/gW} \
 	__XCONFIGFILE__		xorg.conf \
 	__xconfigfile__		xorg.conf \
+	__XCONFIGFILEMAN__	'__XCONFIGFILE__%(__filemansuffix__)' \
 	__xorgversion__		${XORGVERSION:C/ /%/gW} \
 	__XSERVERNAME__		Xorg \
 	__xservername__		Xorg

Reply via email to