summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2006-01-25 15:27:29 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2006-01-25 15:27:29 +0000
commit25130a96216817421d99862174816a8fc800d3e5 (patch)
treefd44b73af8afbc47aba71905bc6955839c93f033 /games
parentUpdate to 0.02 (diff)
Store distfile locally since build cluster sometimes timeouts while
trying to fetch it. Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=154429
Diffstat (limited to 'games')
-rw-r--r--games/cake/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/cake/Makefile b/games/cake/Makefile
index 72d0824d0c33..0666ad135d75 100644
--- a/games/cake/Makefile
+++ b/games/cake/Makefile
@@ -10,7 +10,8 @@ PORTVERSION= 2005.12.26
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.calodox.scene.org/morbac/cake/download/ \
- http://freebsd.nsu.ru/distfiles/
+ ${MASTER_SITE_LOCAL} http://freebsd.nsu.ru/distfiles/
+MASTER_SITE_SUBDIR= danfe
DISTNAME= ${PORTNAME}_src_${PORTVERSION:S/.//g}
MAINTAINER= danfe@FreeBSD.org