diff options
Diffstat (limited to 'textproc/py-html2text/Makefile')
-rw-r--r-- | textproc/py-html2text/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-html2text/Makefile b/textproc/py-html2text/Makefile index 25fc81188d2..79d8aab786e 100644 --- a/textproc/py-html2text/Makefile +++ b/textproc/py-html2text/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.44 2016/04/17 10:01:18 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2016/06/08 17:43:40 wiz Exp $ DISTNAME= html2text-2016.4.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python -MASTER_SITES= http://pypi.python.org/packages/source/h/html2text/ +MASTER_SITES= ${MASTER_SITE_PYPI:=h/html2text/} MAINTAINER= schmonz@NetBSD.org HOMEPAGE= https://pypi.python.org/pypi/html2text/ |