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/quake2forge | |
parent | 9df4be53d7d8a01be966e77c06ec797152d773ef (diff) |
Notes
Diffstat (limited to 'games/quake2forge')
-rw-r--r-- | games/quake2forge/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/quake2forge/Makefile b/games/quake2forge/Makefile index 1a64acc760b0..aa97eb2fdeff 100644 --- a/games/quake2forge/Makefile +++ b/games/quake2forge/Makefile @@ -10,8 +10,7 @@ PORTVERSION= 0.3 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.galgenberg.net/distfiles/:qf \ - 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|} DISTNAME= quake2-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:qf DIST_SUBDIR= ${PORTNAME} |