aboutsummaryrefslogtreecommitdiff
path: root/sysutils/tmux/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2009-02-16 23:38:50 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2009-02-16 23:38:50 +0000
commit63e1ad8f15e856695edbd6d1a4b25e4d049e9596 (patch)
treea278cd0c0207501c307f808fd37bb189972075e2 /sysutils/tmux/Makefile
parentc95782ae1ae828e8cc558bd2b4c5c906e8416814 (diff)
downloadports-63e1ad8f15e856695edbd6d1a4b25e4d049e9596.tar.gz
ports-63e1ad8f15e856695edbd6d1a4b25e4d049e9596.zip
Notes
Diffstat (limited to 'sysutils/tmux/Makefile')
-rw-r--r--sysutils/tmux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile
index d670c2b4ed53..87990ca93095 100644
--- a/sysutils/tmux/Makefile
+++ b/sysutils/tmux/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tmux
-DISTVERSION= 0.6
+DISTVERSION= 0.7
CATEGORIES= misc
MASTER_SITES= SF
@@ -29,7 +29,7 @@ post-install:
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
-.for i in n-marriott.sh n-marriott.conf tmux.vim screen-keys.conf
+.for i in n-marriott.sh n-marriott.conf screen-keys.conf tmux.vim
${INSTALL_DATA} ${WRKSRC}/examples/${i} ${EXAMPLESDIR}
.endfor
.endif