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/quake-source | |
parent | 9df4be53d7d8a01be966e77c06ec797152d773ef (diff) | |
download | ports-a70669db128f5ae07df42f1b7b0b90106e391205.tar.gz ports-a70669db128f5ae07df42f1b7b0b90106e391205.zip |
Notes
Diffstat (limited to 'games/quake-source')
-rw-r--r-- | games/quake-source/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/quake-source/Makefile b/games/quake-source/Makefile index bdc85c01b2ce..f496c2eab177 100644 --- a/games/quake-source/Makefile +++ b/games/quake-source/Makefile @@ -8,11 +8,11 @@ PORTNAME= source PORTVERSION= 1.01 CATEGORIES= games -MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/source/:s \ - ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/source/:s +MASTER_SITES= ${MASTER_SITE_IDSOFTWARE} +MASTER_SITE_SUBDIR= source PKGNAMEPREFIX= quake- DISTNAME= qcc -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:s +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= alejandro@varnet.biz COMMENT= Quake and QuakeWorld source @@ -29,8 +29,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME} .include <bsd.port.pre.mk> .if defined(WITH_QUAKEWORLD) -MASTER_SITES+= ftp://ftp.idsoftware.com/idstuff/quakeworld/unix/:qw \ - ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quakeworld/unix/:qw +MASTER_SITES+= ${MASTER_SITE_IDSOFTWARE:S|$|quakeworld/unix/:qw|} DISTFILES+= qwsv-2.30-glibc-i386-unknown-linux2.0${EXTRACT_SUFX}:qw USE_REINPLACE= yes PLIST_SUB+= QUAKEWORLD="" |