diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2016-05-06 09:12:02 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2016-05-06 09:12:02 +0000 |
commit | 1a252fcda882d9a53426c6e6ed6f9a2f5cd6970d (patch) | |
tree | 6a987b2c85392993753720d5b5798b9d90a90046 /Mk/bsd.sites.mk | |
parent | e7fe0e204df43aaea98557007608a75c072afb36 (diff) | |
download | ports-1a252fcda882d9a53426c6e6ed6f9a2f5cd6970d.tar.gz ports-1a252fcda882d9a53426c6e6ed6f9a2f5cd6970d.zip |
Notes
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index bc86e8d1c971..9250473a3707 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -105,7 +105,8 @@ MASTER_SITE_BERLIOS+= \ # Removal of the PyPI Mirror Auto Discovery and Naming Scheme # Reference: https://www.python.org/dev/peps/pep-0449/ MASTER_SITE_CHEESESHOP+= \ - https://pypi.python.org/packages/%SUBDIR%/ + https://pypi.python.org/packages/%SUBDIR%/ \ + https://pypi.io/packages/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_COMP_SOURCES) |