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/ucs2any Substitute __mapfilesdir__ in ...



details:   https://anonhg.NetBSD.org/src/rev/07ae5a374ae6
branches:  trunk
changeset: 771136:07ae5a374ae6
user:      njoly <njoly%NetBSD.org@localhost>
date:      Fri Nov 11 22:27:33 2011 +0000

description:
Substitute __mapfilesdir__ in man page.

diffstat:

 external/mit/xorg/bin/ucs2any/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r d6921ef03ad7 -r 07ae5a374ae6 external/mit/xorg/bin/ucs2any/Makefile
--- a/external/mit/xorg/bin/ucs2any/Makefile    Fri Nov 11 15:09:32 2011 +0000
+++ b/external/mit/xorg/bin/ucs2any/Makefile    Fri Nov 11 22:27:33 2011 +0000
@@ -1,9 +1,11 @@
-#      $NetBSD: Makefile,v 1.2 2010/11/21 01:25:32 mrg Exp $
+#      $NetBSD: Makefile,v 1.3 2011/11/11 22:27:33 njoly Exp $
 
 .include <bsd.own.mk>
 
 PROG=  ucs2any
 
+X11EXTRAMANDEFS+=      -e 's,__mapfilesdir__,${LIBDIR}/X11/fonts/util,'
+
 .PATH: ${X11SRCDIR.font-util} ${X11SRCDIR.font-util}/man
 
 .include <bsd.x11.mk>



Home | Main Index | Thread Index | Old Index