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/linux-quake4 | |
parent | 9df4be53d7d8a01be966e77c06ec797152d773ef (diff) | |
download | ports-a70669db128f5ae07df42f1b7b0b90106e391205.tar.gz ports-a70669db128f5ae07df42f1b7b0b90106e391205.zip |
Notes
Diffstat (limited to 'games/linux-quake4')
-rw-r--r-- | games/linux-quake4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-quake4/Makefile b/games/linux-quake4/Makefile index 03df1aacd091..220794756aa7 100644 --- a/games/linux-quake4/Makefile +++ b/games/linux-quake4/Makefile @@ -9,7 +9,7 @@ PORTNAME= quake4 PORTVERSION= 1.0.6 PORTEPOCH= 1 CATEGORIES= games linux -MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/quake4/linux/old/ \ +MASTER_SITES= ${MASTER_SITE_IDSOFTWARE:S|$|quake4/linux/old/|} \ ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles PKGNAMEPREFIX= linux- |