diff options
author | Patrick Li <pat@FreeBSD.org> | 2003-07-03 05:21:02 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2003-07-03 05:21:02 +0000 |
commit | 1a16d82a0eaf6c4409427b4482d5abefe560f586 (patch) | |
tree | 80948d30adc22f79ca533fa472d0bdf759b97f52 /games/quake3-excessive | |
parent | 051ca3018283429f8c183a28fb374eddc05c37ee (diff) | |
download | freebsd-ports-1a16d82a0eaf6c4409427b4482d5abefe560f586.zip |
Host distfile locally
Diffstat (limited to 'games/quake3-excessive')
-rw-r--r-- | games/quake3-excessive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quake3-excessive/Makefile b/games/quake3-excessive/Makefile index 9508aaa6cdf8..18ee1ddab40a 100644 --- a/games/quake3-excessive/Makefile +++ b/games/quake3-excessive/Makefile @@ -7,8 +7,8 @@ PORTNAME= excessive PORTVERSION= 003 -MASTER_SITES= ftp://ftp.gigabell.net/pub/exp/q3/mod/excessive/ \ - ftp://ftp.task.gda.pl/vol/d33/ftp.extreme-players.de/exp/q3/mod/excessive/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= pat DISTNAME= ${PORTNAME}_q3_server_${PORTVERSION} COMMENT= Quake III Arena Excessive Mod for Linux |