diff options
Diffstat (limited to 'sysutils/tmux/Makefile')
-rw-r--r-- | sysutils/tmux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile index cfb581f4bc5f..dcb870b8adf7 100644 --- a/sysutils/tmux/Makefile +++ b/sysutils/tmux/Makefile @@ -4,7 +4,7 @@ PORTNAME= tmux PORTVERSION= 1.9a CATEGORIES= sysutils -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:S/a$//} MAINTAINER= mat@FreeBSD.org COMMENT= Terminal Multiplexer |