diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-22 10:23:49 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-22 10:23:49 +0800 |
commit | 50e5ff23f7a102ee098c5b8e7c416db627f52d99 (patch) | |
tree | 9a0b348f57382de55bfbb25e1aba045249bf2ebe /games/tremulous | |
parent | adae6df9b80c15642f0c4177091894e236184e0b (diff) | |
download | freebsd-ports-gnome-50e5ff23f7a102ee098c5b8e7c416db627f52d99.tar.gz freebsd-ports-gnome-50e5ff23f7a102ee098c5b8e7c416db627f52d99.tar.zst freebsd-ports-gnome-50e5ff23f7a102ee098c5b8e7c416db627f52d99.zip |
- Fix broken makefiles introduced with translation to new SF File Release System
Reported by: dan
Pointyhat to: myself
Diffstat (limited to 'games/tremulous')
-rw-r--r-- | games/tremulous/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/tremulous/Makefile b/games/tremulous/Makefile index 1e445e03ca75..0a2ba04ec6ae 100644 --- a/games/tremulous/Makefile +++ b/games/tremulous/Makefile @@ -9,12 +9,11 @@ PORTNAME= tremulous PORTVERSION= 1.1.0 PORTREVISION= 6 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1 http://0day.icculus.org/mirrors/tremulous/ \ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1 \ + http://0day.icculus.org/mirrors/tremulous/ \ ftp://ftp.wireplay.co.uk/pub/quake3arena/mods/tremulous/ \ - http://www.planetgloom.com/trem/ - MAINTAINER= danfe@FreeBSD.org COMMENT= Free FPS game featuring two opposing teams, humans and aliens |