aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/tmux
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-10-12 21:06:16 +0800
committermat <mat@FreeBSD.org>2015-10-12 21:06:16 +0800
commit20133210c54c3053df8e023d02854f6b4703ef02 (patch)
tree448bc423f8c8ffeff9eb500a9a0e842e09611747 /sysutils/tmux
parent1850dd5724d2ce188bc6a157d41a7d95ba436b0b (diff)
downloadfreebsd-ports-gnome-20133210c54c3053df8e023d02854f6b4703ef02.tar.gz
freebsd-ports-gnome-20133210c54c3053df8e023d02854f6b4703ef02.tar.zst
freebsd-ports-gnome-20133210c54c3053df8e023d02854f6b4703ef02.zip
tmux is now hosted on github.
Sponsored by: Absolight
Diffstat (limited to 'sysutils/tmux')
-rw-r--r--sysutils/tmux/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile
index a5f644725ee7..604b15ca3701 100644
--- a/sysutils/tmux/Makefile
+++ b/sysutils/tmux/Makefile
@@ -5,7 +5,8 @@ PORTNAME= tmux
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= sysutils
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:S/a$//}
+MASTER_SITES= https://github.com/tmux/tmux/releases/download/${PORTVERSION}/ \
+ SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:S/a$//}
MAINTAINER= mat@FreeBSD.org
COMMENT= Terminal Multiplexer