diff options
Diffstat (limited to 'converters/py-chardet/Makefile')
-rw-r--r-- | converters/py-chardet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/py-chardet/Makefile b/converters/py-chardet/Makefile index b5dddc60814..7ba47c5e3ad 100644 --- a/converters/py-chardet/Makefile +++ b/converters/py-chardet/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2016/02/05 12:40:56 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2016/06/08 17:43:21 wiz Exp $ DISTNAME= chardet-2.3.0 PKGREVISION= 1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= converters python -MASTER_SITES= http://pypi.python.org/packages/source/c/chardet/ +MASTER_SITES= ${MASTER_SITE_PYPI:=c/chardet/} MAINTAINER= bartosz.kuzma@gmail.com HOMEPAGE= http://pypi.python.org/pypi/chardet |