diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-01-25 15:27:29 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-01-25 15:27:29 +0000 |
commit | 25130a96216817421d99862174816a8fc800d3e5 (patch) | |
tree | fd44b73af8afbc47aba71905bc6955839c93f033 /games/cake | |
parent | a9ab828eea1f9c470e79cb6c0fe8cac1e4ed13f6 (diff) |
Notes
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 |