diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2009-02-16 23:38:50 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2009-02-16 23:38:50 +0000 |
commit | 63e1ad8f15e856695edbd6d1a4b25e4d049e9596 (patch) | |
tree | a278cd0c0207501c307f808fd37bb189972075e2 /sysutils/tmux/Makefile | |
parent | c95782ae1ae828e8cc558bd2b4c5c906e8416814 (diff) | |
download | ports-63e1ad8f15e856695edbd6d1a4b25e4d049e9596.tar.gz ports-63e1ad8f15e856695edbd6d1a4b25e4d049e9596.zip |
Notes
Diffstat (limited to 'sysutils/tmux/Makefile')
-rw-r--r-- | sysutils/tmux/Makefile | 4 |
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 |