Module Name:    src
Committed By:   njoly
Date:           Mon Oct 10 09:41:47 UTC 2011

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

Log Message:
Fix locale alias file substitution in man page.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/bin/luit/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/luit/Makefile
diff -u src/external/mit/xorg/bin/luit/Makefile:1.3 src/external/mit/xorg/bin/luit/Makefile:1.4
--- src/external/mit/xorg/bin/luit/Makefile:1.3	Sun Nov 21 02:33:40 2010
+++ src/external/mit/xorg/bin/luit/Makefile	Mon Oct 10 09:41:47 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2010/11/21 02:33:40 mrg Exp $
+#	$NetBSD: Makefile,v 1.4 2011/10/10 09:41:47 njoly Exp $
 
 .include <bsd.own.mk>
 
@@ -8,7 +8,7 @@ SRCS=	luit.c iso2022.c charset.c parser.
 CPPFLAGS+=-DLOCALE_ALIAS_FILE=\"${X11LIBDIR}/locale/locale.alias\"
 CPPFLAGS+=-DHAVE_CONFIG_H -I${X11SRCDIR.${PROG}}/../include
 
-X11EXTRAMANDEFS+= -e 's,__localealiasfile__,${X11LIBDIR}/locale/locale.alias,g'
+X11EXTRAMANDEFS+= -e 's,__locale_alias__,${X11LIBDIR}/locale/locale.alias,g'
 
 LDADD+=	-lfontenc -lz
 DPADD+=	${LIBFONTENC} ${LIBZ}

Reply via email to