diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-21 16:42:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-21 16:42:59 +0000 |
commit | 61a1cbf27c7ca8beedfdf237dd7a5b8f75b23043 (patch) | |
tree | 5b1c9349921826fa9dc64177e1392884031e7cd0 | |
parent | bcf3ed8ed5a35a3b756e68116c74d2b82b5a3781 (diff) |
- Add more MASTER_SITES
PR: ports/89321
Submitted by: Linas Valiukas <shirshegsm@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=148964
-rw-r--r-- | games/q3cellshading/Makefile | 12 | ||||
-rw-r--r-- | games/quake3/Makefile | 12 |
2 files changed, 18 insertions, 6 deletions
diff --git a/games/q3cellshading/Makefile b/games/q3cellshading/Makefile index 2f6a87f57851..3343fa517211 100644 --- a/games/q3cellshading/Makefile +++ b/games/q3cellshading/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= 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= |