diff options
-rw-r--r-- | graphics/py-rabbyt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-rabbyt/Makefile b/graphics/py-rabbyt/Makefile index 6831c25f4c5f..c9e4286162d9 100644 --- a/graphics/py-rabbyt/Makefile +++ b/graphics/py-rabbyt/Makefile @@ -8,8 +8,9 @@ PORTNAME= rabbyt PORTVERSION= 0.8.2 CATEGORIES= graphics python -MASTER_SITES= http://pypi.python.org/packages/source/R/Rabbyt/ \ +MASTER_SITES= ${MASTER_SITE_CHEESESHOP} \ http://mirror.amdmi3.ru/ +MASTER_SITE_SUBDIR=source/R/Rabbyt PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Rabbyt-${PORTVERSION} |