From 112e63cbe0e66159efb97f1a8ec6bc78af26517f Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Tue, 5 Jan 2016 17:50:29 +0000 Subject: [PATCH] Revert r404408. It actually broke `make fetch'. The tarball location in PyPI is a bit tricky since the directory is called Cycler but the tarball is called cycler, and this confuses the MASTER_SITE_SUBDIR substitutions. --- devel/py-cycler/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-cycler/Makefile b/devel/py-cycler/Makefile index 97edbb0c4f94..e109216adcee 100644 --- a/devel/py-cycler/Makefile +++ b/devel/py-cycler/Makefile @@ -1,12 +1,12 @@ # Created by: Yuri Victorovich # $FreeBSD$ -PORTNAME= Cycler +PORTNAME= cycler PORTVERSION= 0.9.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP +MASTER_SITE_SUBDIR= source/C/Cycler PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= cycler-${PORTVERSION} MAINTAINER= yuri@rawbw.com COMMENT= Composable style cycles