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 updates for xmessage 1.0.4 and xwud 1....



details:   https://anonhg.NetBSD.org/src/rev/75a2c23b4ff1
branches:  trunk
changeset: 809569:75a2c23b4ff1
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Jul 22 08:46:51 2015 +0000

description:
updates for xmessage 1.0.4 and xwud 1.0.4.

diffstat:

 external/mit/xorg/bin/xmessage/Makefile |  3 ++-
 external/mit/xorg/bin/xwud/Makefile     |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 02fcbbcad0a2 -r 75a2c23b4ff1 external/mit/xorg/bin/xmessage/Makefile
--- a/external/mit/xorg/bin/xmessage/Makefile   Wed Jul 22 08:36:05 2015 +0000
+++ b/external/mit/xorg/bin/xmessage/Makefile   Wed Jul 22 08:46:51 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2013/05/31 08:01:59 mrg Exp $
+#      $NetBSD: Makefile,v 1.4 2015/07/22 08:46:51 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -12,6 +12,7 @@
        ${LIBXPM} ${LIBXEXT} ${LIBX11}
 
 .PATH: ${X11SRCDIR.${PROG}}
+.PATH: ${X11SRCDIR.${PROG}}/man
 .PATH: ${X11SRCDIR.${PROG}}/app-defaults
 
 .include <bsd.x11.mk>
diff -r 02fcbbcad0a2 -r 75a2c23b4ff1 external/mit/xorg/bin/xwud/Makefile
--- a/external/mit/xorg/bin/xwud/Makefile       Wed Jul 22 08:36:05 2015 +0000
+++ b/external/mit/xorg/bin/xwud/Makefile       Wed Jul 22 08:46:51 2015 +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 2015/07/22 08:46:51 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -8,6 +8,7 @@
 DPADD+=        ${LIBX11}
 
 .PATH: ${X11SRCDIR.${PROG}}
+.PATH: ${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index