diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-06 00:21:42 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-06 00:21:42 +0000 |
commit | a70669db128f5ae07df42f1b7b0b90106e391205 (patch) | |
tree | cd749bb39ef73f3b35090b9390c2753ae9420e42 /games/quake2-source | |
parent | 9df4be53d7d8a01be966e77c06ec797152d773ef (diff) | |
download | ports-a70669db128f5ae07df42f1b7b0b90106e391205.tar.gz ports-a70669db128f5ae07df42f1b7b0b90106e391205.zip |
Notes
Diffstat (limited to 'games/quake2-source')
-rw-r--r-- | games/quake2-source/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/quake2-source/Makefile b/games/quake2-source/Makefile index 9ea39a3517ed..960e2b684a56 100644 --- a/games/quake2-source/Makefile +++ b/games/quake2-source/Makefile @@ -9,8 +9,7 @@ PORTNAME= source PORTVERSION= 3.21 CATEGORIES= games MASTER_SITES= http://www.icculus.org/quake2/files/:icc \ - ftp://ftp.idsoftware.com/idstuff/quake2/source/:id \ - ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quake2/source/:id + ${MASTER_SITE_IDSOFTWARE:S|$|quake2/source/:id|} PKGNAMEPREFIX= quake2- DISTNAME= quake2-r0.16.2 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:icc |