mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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.
This commit is contained in:
parent
d99dd48ead
commit
112e63cbe0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405306
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= Cycler
|
PORTNAME= cycler
|
||||||
PORTVERSION= 0.9.0
|
PORTVERSION= 0.9.0
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
|
MASTER_SITE_SUBDIR= source/C/Cycler
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
DISTNAME= cycler-${PORTVERSION}
|
|
||||||
|
|
||||||
MAINTAINER= yuri@rawbw.com
|
MAINTAINER= yuri@rawbw.com
|
||||||
COMMENT= Composable style cycles
|
COMMENT= Composable style cycles
|
||||||
|
|
Loading…
Add table
Reference in a new issue