diff options
Diffstat (limited to 'comms/py-serial')
-rw-r--r-- | comms/py-serial/Makefile | 4 |
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/ |