diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-26 02:15:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-26 02:15:59 +0800 |
commit | 858753ab2dfd3b33b20b59560831933f3c6feaea (patch) | |
tree | 05b965450ae4140774e547628b6bd91b1807fa7f /games | |
parent | 6f7f00c4422839c79ad3b97720839de30987c1ce (diff) | |
download | freebsd-ports-gnome-858753ab2dfd3b33b20b59560831933f3c6feaea.tar.gz freebsd-ports-gnome-858753ab2dfd3b33b20b59560831933f3c6feaea.tar.zst freebsd-ports-gnome-858753ab2dfd3b33b20b59560831933f3c6feaea.zip |
- Fix MASTER_SITES
PR: 162863
Submitted by: Jan Beich <jbeich@tormail.net>
Feature safe: yes
Diffstat (limited to 'games')
-rw-r--r-- | games/ezquake/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/ezquake/Makefile b/games/ezquake/Makefile index c233d07634ff..f6b21e818d67 100644 --- a/games/ezquake/Makefile +++ b/games/ezquake/Makefile @@ -10,11 +10,9 @@ PORTVERSION= 1.9 PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/A%29%20Official%20releases/ezQuake%20${PORTVERSION}:ezquake \ +MASTER_SITES= SF/${PORTNAME}/stable/${PORTVERSION}:ezquake \ http://www.winimage.com/zLibDll/:minizip -BROKEN= Does not fetch - DISTFILES= ${PORTNAME}_source_${PORTVERSION}.7z:ezquake \ ${PORTNAME}_linux-x86_${PORTVERSION}${EXTRACT_SUFX}:ezquake \ unzip101e.zip:minizip |