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/xmodmap add the new man dir to .PATH, ...



details:   https://anonhg.NetBSD.org/src/rev/c2c33fff54bd
branches:  trunk
changeset: 758902:c2c33fff54bd
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Nov 20 23:17:51 2010 +0000

description:
add the new man dir to .PATH, for xmodmap 1.0.5

diffstat:

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

diffs (18 lines):

diff -r 377e5b1b3b9a -r c2c33fff54bd external/mit/xorg/bin/xmodmap/Makefile
--- a/external/mit/xorg/bin/xmodmap/Makefile    Sat Nov 20 22:41:49 2010 +0000
+++ b/external/mit/xorg/bin/xmodmap/Makefile    Sat Nov 20 23:17:51 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
+#      $NetBSD: Makefile,v 1.2 2010/11/20 23:17:51 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -10,7 +10,7 @@
 LDADD+=        -lX11
 DPADD+=        ${LIBX11}
 
-.PATH: ${X11SRCDIR.${PROG}}
+.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index