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 add .../man to .PATH to find moved man...



details:   https://anonhg.NetBSD.org/src/rev/623a65b99544
branches:  trunk
changeset: 767578:623a65b99544
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Jul 23 06:41:08 2011 +0000

description:
add .../man to .PATH to find moved manuals.

diffstat:

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

diffs (36 lines):

diff -r 1bdc36109f0c -r 623a65b99544 external/mit/xorg/bin/iceauth/Makefile
--- a/external/mit/xorg/bin/iceauth/Makefile    Sat Jul 23 06:27:40 2011 +0000
+++ b/external/mit/xorg/bin/iceauth/Makefile    Sat Jul 23 06:41:08 2011 +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 2011/07/23 06:41:08 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -8,7 +8,7 @@
 LDADD+=        -lICE
 DPADD+=        ${LIBICE}
 
-.PATH: ${X11SRCDIR.${PROG}}
+.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>
diff -r 1bdc36109f0c -r 623a65b99544 external/mit/xorg/bin/xauth/Makefile
--- a/external/mit/xorg/bin/xauth/Makefile      Sat Jul 23 06:27:40 2011 +0000
+++ b/external/mit/xorg/bin/xauth/Makefile      Sat Jul 23 06:41:08 2011 +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 2011/07/23 06:41:08 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -12,7 +12,7 @@
 LDADD+=        -lXau -lXmuu -lXt -lSM -lICE -lXext -lX11
 DPADD+=        ${LIBXAU} ${LIBXMUU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${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