summaryrefslogtreecommitdiff
path: root/comms/py-serial
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-06-08 17:43:20 +0000
committerwiz <wiz@pkgsrc.org>2016-06-08 17:43:20 +0000
commit66657f0945bd10aea95bf8000afc916d947cfbd8 (patch)
treeb5b84bf5c7f997fcce4ec3a54792f163b6b658ca /comms/py-serial
parent2f71cec74f81aa2a3128422a53bff191d1531360 (diff)
downloadpkgsrc-66657f0945bd10aea95bf8000afc916d947cfbd8.tar.gz
Switch to MASTER_SITES_PYPI.
Diffstat (limited to 'comms/py-serial')
-rw-r--r--comms/py-serial/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/py-serial/Makefile b/comms/py-serial/Makefile
index 4b978df9e8a..7d203932cee 100644
--- a/comms/py-serial/Makefile
+++ b/comms/py-serial/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:31 adam Exp $
+# $NetBSD: Makefile,v 1.6 2016/06/08 17:43:20 wiz Exp $
DISTNAME= pyserial-2.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= comms python
-MASTER_SITES= http://pypi.python.org/packages/source/p/pyserial/
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyserial/}
MAINTAINER= tsarna@NetBSD.org
HOMEPAGE= http://pyserial.sourceforge.net/