diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 17:40:51 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 17:40:51 +0800 |
commit | 631c333655e1cc13d8b33fd8fb5416befb4b1583 (patch) | |
tree | 6ee2db70d792fc4690ef80c67c9cedf8cd05d34e /x11/xterm | |
parent | cc530083c2bf8b7fab3f0101026c1edcc9277e3d (diff) | |
download | freebsd-ports-gnome-631c333655e1cc13d8b33fd8fb5416befb4b1583.tar.gz freebsd-ports-gnome-631c333655e1cc13d8b33fd8fb5416befb4b1583.tar.zst freebsd-ports-gnome-631c333655e1cc13d8b33fd8fb5416befb4b1583.zip |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Diffstat (limited to 'x11/xterm')
-rw-r--r-- | x11/xterm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 0211ccabbaf6..22bf3b798ea0 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -5,7 +5,7 @@ PORTNAME= xterm PORTVERSION= 314 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/:src1 \ - CRITICAL:src1 CRITICAL:src2 + LOCAL/ehaupt:src1 LOCAL/ehaupt:src2 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src1 \ bsd-xterm-icons-${ICONVERSION}${EXTRACT_SUFX}:src2 |