diff options
-rw-r--r-- | games/linux-enemyterritory-jaymod-21/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/games/linux-enemyterritory-jaymod-21/Makefile b/games/linux-enemyterritory-jaymod-21/Makefile index 39b071bf7254..cec31538f14a 100644 --- a/games/linux-enemyterritory-jaymod-21/Makefile +++ b/games/linux-enemyterritory-jaymod-21/Makefile @@ -5,17 +5,12 @@ PORTNAME= jaymod PORTVERSION= 2.1.7 PORTREVISION= 4 CATEGORIES= games linux -MASTER_SITES= http://etmod.googlecode.com/files/ \ - http://www.zenenterprises.biz/bud/jaymod/ \ - http://bud.zenenterprises.biz/jaymod/ \ - http://et.lsdfunweb.fr/et/jaymod/ +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v1/code.google.com/etmod/ PKGNAMEPREFIX= linux-enemyterritory- MAINTAINER= bar@FreeBSD.org COMMENT= Jaymod - An Enemy Territory Modification -BROKEN= unfetchable - RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory VERSTR= ${PORTVERSION:C/([0-9])\.([0-9])\.([0-9]+)/\1\2\3/} |