aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-12-25 16:04:11 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-12-25 16:11:03 +0000
commit6073f3b7cb5559a43d39343aa789a862bd4e170b (patch)
tree8d26574eb66bd100f95dbb977f1f5e3415627acc
parent7c46520cecc5f8ff51eeeab77185e4b7c49590ba (diff)
downloadports-6073f3b7cb5559a43d39343aa789a862bd4e170b.tar.gz
ports-6073f3b7cb5559a43d39343aa789a862bd4e170b.zip
misc/py-hist: Use PYPI instead of CHEESESHOP
Approved by: portmgr (blanket) With hat: python
-rw-r--r--misc/py-hist/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-hist/Makefile b/misc/py-hist/Makefile
index 0162ce26a1d2..d3c4bfe3a161 100644
--- a/misc/py-hist/Makefile
+++ b/misc/py-hist/Makefile
@@ -2,7 +2,7 @@ PORTNAME= hist
DISTVERSIONPREFIX= v
DISTVERSION= 2.7.2
CATEGORIES= misc python
-#MASTER_SITES= CHEESESHOP
+#MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org