Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/tmux/share/examples/tmux new example file



details:   https://anonhg.NetBSD.org/src/rev/fb568b400536
branches:  trunk
changeset: 347529:fb568b400536
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Aug 31 17:27:37 2016 +0000

description:
new example file

diffstat:

 external/bsd/tmux/share/examples/tmux/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 9cc7c31ef2e6 -r fb568b400536 external/bsd/tmux/share/examples/tmux/Makefile
--- a/external/bsd/tmux/share/examples/tmux/Makefile    Wed Aug 31 16:24:34 2016 +0000
+++ b/external/bsd/tmux/share/examples/tmux/Makefile    Wed Aug 31 17:27:37 2016 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.1 2011/03/10 09:18:00 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2016/08/31 17:27:37 christos Exp $
 
 .include <bsd.own.mk>
 
 .if ${MKSHARE} != "no"
 SRCDIR=                ${NETBSDSRCDIR}/external/bsd/tmux/dist
-.PATH:         ${SRCDIR}/examples
+.PATH:         ${SRCDIR}
 
 FILESDIR=      /usr/share/examples/tmux
 FILESMODE=     444
-FILES=         screen-keys.conf
+FILES=         example_tmux.conf
 .endif
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index