Module Name:    src
Committed By:   mrg
Date:           Sat Jul 23 06:41:09 UTC 2011

Modified Files:
        src/external/mit/xorg/bin/iceauth: Makefile
        src/external/mit/xorg/bin/xauth: Makefile

Log Message:
add .../man to .PATH to find moved manuals.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/xorg/bin/iceauth/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/xorg/bin/xauth/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/bin/iceauth/Makefile
diff -u src/external/mit/xorg/bin/iceauth/Makefile:1.1.1.1 src/external/mit/xorg/bin/iceauth/Makefile:1.2
--- src/external/mit/xorg/bin/iceauth/Makefile:1.1.1.1	Tue Jul 29 05:01:22 2008
+++ src/external/mit/xorg/bin/iceauth/Makefile	Sat Jul 23 06:41:08 2011
@@ -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>

Index: src/external/mit/xorg/bin/xauth/Makefile
diff -u src/external/mit/xorg/bin/xauth/Makefile:1.1.1.1 src/external/mit/xorg/bin/xauth/Makefile:1.2
--- src/external/mit/xorg/bin/xauth/Makefile:1.1.1.1	Tue Jul 29 05:01:22 2008
+++ src/external/mit/xorg/bin/xauth/Makefile	Sat Jul 23 06:41:08 2011
@@ -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>

Reply via email to