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 find manuals in new locations



details:   https://anonhg.NetBSD.org/src/rev/8439bd22f735
branches:  trunk
changeset: 787057:8439bd22f735
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri May 31 07:22:21 2013 +0000

description:
find manuals in new locations

diffstat:

 external/mit/xorg/bin/xcalc/Makefile    |  3 ++-
 external/mit/xorg/bin/xfd/Makefile      |  3 ++-
 external/mit/xorg/bin/xfontsel/Makefile |  3 ++-
 external/mit/xorg/bin/xfsinfo/Makefile  |  3 ++-
 external/mit/xorg/bin/xgamma/Makefile   |  3 ++-
 external/mit/xorg/bin/xgc/Makefile      |  3 ++-
 external/mit/xorg/bin/xhost/Makefile    |  3 ++-
 7 files changed, 14 insertions(+), 7 deletions(-)

diffs (119 lines):

diff -r 74888a0ebed5 -r 8439bd22f735 external/mit/xorg/bin/xcalc/Makefile
--- a/external/mit/xorg/bin/xcalc/Makefile      Fri May 31 06:50:45 2013 +0000
+++ b/external/mit/xorg/bin/xcalc/Makefile      Fri May 31 07:22:21 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2010/05/21 06:04:36 mrg Exp $
+#      $NetBSD: Makefile,v 1.3 2013/05/31 07:22:21 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -12,6 +12,7 @@
        ${LIBXPM} ${LIBXEXT} ${LIBX11} ${LIBM}
 
 .PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
+.PATH: ${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>
diff -r 74888a0ebed5 -r 8439bd22f735 external/mit/xorg/bin/xfd/Makefile
--- a/external/mit/xorg/bin/xfd/Makefile        Fri May 31 06:50:45 2013 +0000
+++ b/external/mit/xorg/bin/xfd/Makefile        Fri May 31 07:22:21 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2010/11/21 01:25:33 mrg Exp $
+#      $NetBSD: Makefile,v 1.3 2013/05/31 07:22:21 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -16,6 +16,7 @@
        ${LIBXPM} ${LIBXEXT} ${LIBX11} ${LIBM}
 
 .PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
+.PATH: ${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>
diff -r 74888a0ebed5 -r 8439bd22f735 external/mit/xorg/bin/xfontsel/Makefile
--- a/external/mit/xorg/bin/xfontsel/Makefile   Fri May 31 06:50:45 2013 +0000
+++ b/external/mit/xorg/bin/xfontsel/Makefile   Fri May 31 07:22:21 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2010/11/21 01:25:33 mrg Exp $
+#      $NetBSD: Makefile,v 1.3 2013/05/31 07:22:21 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -12,6 +12,7 @@
        ${LIBXPM} ${LIBXEXT} ${LIBX11}
 
 .PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
+.PATH: ${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>
diff -r 74888a0ebed5 -r 8439bd22f735 external/mit/xorg/bin/xfsinfo/Makefile
--- a/external/mit/xorg/bin/xfsinfo/Makefile    Fri May 31 06:50:45 2013 +0000
+++ b/external/mit/xorg/bin/xfsinfo/Makefile    Fri May 31 07:22:21 2013 +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 2013/05/31 07:22:21 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -8,6 +8,7 @@
 DPADD+=        ${LIBFS}
 
 .PATH: ${X11SRCDIR.${PROG}}
+.PATH: ${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>
diff -r 74888a0ebed5 -r 8439bd22f735 external/mit/xorg/bin/xgamma/Makefile
--- a/external/mit/xorg/bin/xgamma/Makefile     Fri May 31 06:50:45 2013 +0000
+++ b/external/mit/xorg/bin/xgamma/Makefile     Fri May 31 07:22:21 2013 +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 2013/05/31 07:22:21 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -9,6 +9,7 @@
        ${LIBXPM} ${LIBXEXT} ${LIBX11}
 
 .PATH: ${X11SRCDIR.${PROG}}
+.PATH: ${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>
diff -r 74888a0ebed5 -r 8439bd22f735 external/mit/xorg/bin/xgc/Makefile
--- a/external/mit/xorg/bin/xgc/Makefile        Fri May 31 06:50:45 2013 +0000
+++ b/external/mit/xorg/bin/xgc/Makefile        Fri May 31 07:22:21 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2010/11/21 02:33:41 mrg Exp $
+#      $NetBSD: Makefile,v 1.4 2013/05/31 07:22:21 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -16,6 +16,7 @@
        ${LIBXEXT} ${LIBX11} ${LIBM}
 
 .PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
+.PATH: ${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>
diff -r 74888a0ebed5 -r 8439bd22f735 external/mit/xorg/bin/xhost/Makefile
--- a/external/mit/xorg/bin/xhost/Makefile      Fri May 31 06:50:45 2013 +0000
+++ b/external/mit/xorg/bin/xhost/Makefile      Fri May 31 07:22:21 2013 +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 2013/05/31 07:22:21 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -10,6 +10,7 @@
 DPADD+=        ${LIBXMUU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
 
 .PATH: ${X11SRCDIR.${PROG}}
+.PATH: ${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index