Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk XORGVERSION should be a single quoted expression as...



details:   https://anonhg.NetBSD.org/src/rev/a45078d1e6d3
branches:  trunk
changeset: 755357:a45078d1e6d3
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Jun 02 19:40:12 2010 +0000

description:
XORGVERSION should be a single quoted expression as it represents a
single argument for .TH

diffstat:

 share/mk/bsd.x11.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ff5c4695626d -r a45078d1e6d3 share/mk/bsd.x11.mk
--- a/share/mk/bsd.x11.mk       Wed Jun 02 18:53:39 2010 +0000
+++ b/share/mk/bsd.x11.mk       Wed Jun 02 19:40:12 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.x11.mk,v 1.82 2010/05/23 21:23:59 veego Exp $
+#      $NetBSD: bsd.x11.mk,v 1.83 2010/06/02 19:40:12 joerg Exp $
 
 .include <bsd.init.mk>
 
@@ -370,7 +370,7 @@
 _X11MANTRANSFORM+= \
        __vendorversion__       ${X11VERSION:C/ /%/gW}
 .else
-XORGVERSION=   '"X.Org 7.3nb20081014" "X Version 11"'
+XORGVERSION=   "X Version 11"
 X11MANCPP?=    no
 _X11MANTRANSFORM+= \
        __vendorversion__       ${XORGVERSION:C/ /%/gW} \



Home | Main Index | Thread Index | Old Index