diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2023-01-11 15:47:15 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2023-01-11 15:58:34 +0000 |
commit | 77d68471aded6907dbbcb5ef50d557e4c69db656 (patch) | |
tree | 275194ec5b01e07c687d76180f0e180c8e7c3358 /math/py-pdal | |
parent | e0d030a4faa7513ee0a1d1bb2bc6b2db1746eb8c (diff) | |
download | ports-77d68471aded6907dbbcb5ef50d557e4c69db656.tar.gz ports-77d68471aded6907dbbcb5ef50d557e4c69db656.zip |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
Diffstat (limited to 'math/py-pdal')
-rw-r--r-- | math/py-pdal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-pdal/Makefile b/math/py-pdal/Makefile index 4f891d772434..7d132a7b1ab5 100644 --- a/math/py-pdal/Makefile +++ b/math/py-pdal/Makefile @@ -2,7 +2,7 @@ PORTNAME= pdal DISTVERSION= 3.0.2 PORTREVISION= 1 CATEGORIES= math python -MASTER_SITES= CHEESESHOP +MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:tu}-${DISTVERSION} |