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/xmore add new man subdir to .PATH



details:   https://anonhg.NetBSD.org/src/rev/1de5c003cfa6
branches:  trunk
changeset: 449338:1de5c003cfa6
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Mar 04 09:25:04 2019 +0000

description:
add new man subdir to .PATH

diffstat:

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

diffs (18 lines):

diff -r 0c62260f9332 -r 1de5c003cfa6 external/mit/xorg/bin/xmore/Makefile
--- a/external/mit/xorg/bin/xmore/Makefile      Mon Mar 04 08:22:19 2019 +0000
+++ b/external/mit/xorg/bin/xmore/Makefile      Mon Mar 04 09:25:04 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2010/08/14 09:26:46 mrg Exp $
+#      $NetBSD: Makefile,v 1.5 2019/03/04 09:25:04 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -13,7 +13,7 @@
 DPADD+=        ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} \
        ${LIBICE} ${LIBXPM} ${LIBXEXT} ${LIBX11}
 
-.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
+.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults ${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index