diff options
author | pav <pav@FreeBSD.org> | 2005-11-22 00:42:59 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-22 00:42:59 +0800 |
commit | 6fbb0e177d0510916a8f97fec67e40a189e6eeb4 (patch) | |
tree | 31f32d2ad4ce8d5048209086479bd50ef98f5df1 /games/quake3 | |
parent | cfa8d61b1d47214e641744362459cc6e5172735a (diff) | |
download | freebsd-ports-gnome-6fbb0e177d0510916a8f97fec67e40a189e6eeb4.tar.gz freebsd-ports-gnome-6fbb0e177d0510916a8f97fec67e40a189e6eeb4.tar.zst freebsd-ports-gnome-6fbb0e177d0510916a8f97fec67e40a189e6eeb4.zip |
- Add more MASTER_SITES
PR: ports/89321
Submitted by: Linas Valiukas <shirshegsm@gmail.com> (maintainer)
Diffstat (limited to 'games/quake3')
-rw-r--r-- | games/quake3/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/games/quake3/Makefile b/games/quake3/Makefile index 2f6a87f57851..3343fa517211 100644 --- a/games/quake3/Makefile +++ b/games/quake3/Makefile @@ -1,14 +1,20 @@ # New ports collection makefile for: quake3 -# Date created: 23 August 2005 -# Whom: pypt +# Date created: 23 August 2005 +# Whom: pypt # # $FreeBSD$ # PORTNAME= quake3 PORTVERSION= 1.32b +PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/source/ +MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/source/ \ + http://www.proarena.com/p/ftpx/x8524/quake_3_arena/ \ + http://www.planetgargoyle.com/ \ + http://www.teamdarkside.net/ \ + http://0day.icculus.org/mirrors/quake3/ \ + http://www.olpainless.net/files/ EXTRACT_SUFX= -source.zip EXTRACT_ONLY= |