diff options
author | danfe <danfe@FreeBSD.org> | 2006-01-25 23:27:29 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2006-01-25 23:27:29 +0800 |
commit | 6f6e3f65e2ab37264a93e1819c4560c9b5120a72 (patch) | |
tree | d98f33f2e1daea151f3ee3477b919c4f2c0b4dfd /games/cake | |
parent | 4b9f5606a622be9d95d85da2298f1f7fb60d48c0 (diff) | |
download | freebsd-ports-gnome-6f6e3f65e2ab37264a93e1819c4560c9b5120a72.tar.gz freebsd-ports-gnome-6f6e3f65e2ab37264a93e1819c4560c9b5120a72.tar.zst freebsd-ports-gnome-6f6e3f65e2ab37264a93e1819c4560c9b5120a72.zip |
Store distfile locally since build cluster sometimes timeouts while
trying to fetch it.
Reported by: pointyhat
Diffstat (limited to 'games/cake')
-rw-r--r-- | games/cake/Makefile | 3 |
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 |