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/xeyes look in man/ subdir for the manual



details:   https://anonhg.NetBSD.org/src/rev/c91e60ad43ba
branches:  trunk
changeset: 831082:c91e60ad43ba
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Mar 11 08:21:24 2018 +0000

description:
look in man/ subdir for the manual

diffstat:

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

diffs (17 lines):

diff -r c73fe64cc6b4 -r c91e60ad43ba external/mit/xorg/bin/xeyes/Makefile
--- a/external/mit/xorg/bin/xeyes/Makefile      Sun Mar 11 08:03:20 2018 +0000
+++ b/external/mit/xorg/bin/xeyes/Makefile      Sun Mar 11 08:21:24 2018 +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 2018/03/11 08:21:24 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -9,6 +9,7 @@
 DPADD+=        ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBM}
 
 .PATH: ${X11SRCDIR.${PROG}}
+.PATH: ${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index