diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2009-07-07 21:22:07 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2009-07-07 21:22:07 +0000 |
commit | 3811c98e7894ad5f8f58d4c29ed95613cb270c28 (patch) | |
tree | 490890663e0d5524c706ce518258b0d7a3c0f96c /sysutils/tmux/Makefile | |
parent | c9d84f80731e77470988d888157d70faa535659b (diff) | |
download | ports-3811c98e7894ad5f8f58d4c29ed95613cb270c28.tar.gz ports-3811c98e7894ad5f8f58d4c29ed95613cb270c28.zip |
Notes
Diffstat (limited to 'sysutils/tmux/Makefile')
-rw-r--r-- | sysutils/tmux/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile index bbd7854db0a2..dca4f96b7219 100644 --- a/sysutils/tmux/Makefile +++ b/sysutils/tmux/Makefile @@ -6,13 +6,15 @@ # PORTNAME= tmux -DISTVERSION= 0.8 +DISTVERSION= 0.9 CATEGORIES= misc MASTER_SITES= SF MAINTAINER= wenheping@gmail.com COMMENT= A Terminal Multiplexer +HAS_CONFIGURE= yes + MAN1= tmux.1 do-install: |