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/quake2lnx/Makefile | |
parent | 9df4be53d7d8a01be966e77c06ec797152d773ef (diff) | |
download | ports-a70669db128f5ae07df42f1b7b0b90106e391205.tar.gz ports-a70669db128f5ae07df42f1b7b0b90106e391205.zip |
Notes
Diffstat (limited to 'games/quake2lnx/Makefile')
-rw-r--r-- | games/quake2lnx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quake2lnx/Makefile b/games/quake2lnx/Makefile index 0e4e09488969..89cca9827abb 100644 --- a/games/quake2lnx/Makefile +++ b/games/quake2lnx/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://offload1.icculus.org/quake2/files/:icc \ http://www.icculus.org/quake2/files/:icc \ - ftp://ftp.idsoftware.com/idstuff/quake2/source/:id + ${MASTER_SITE_IDSOFTWARE:S|$|quake2/source/:id|} DISTNAME= quake2-r${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:icc DIST_SUBDIR= ${PORTNAME} |