diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/py-h2/Makefile | 4 | ||||
-rw-r--r-- | www/py-hyperframe/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/py-h2/Makefile b/www/py-h2/Makefile index ab297c6d8a0..b4bd689c416 100644 --- a/www/py-h2/Makefile +++ b/www/py-h2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2016/04/20 16:10:14 leot Exp $ +# $NetBSD: Makefile,v 1.3 2016/06/01 12:35:13 wiz Exp $ DISTNAME= h2-2.2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_PYPI} +MASTER_SITES= ${MASTER_SITE_PYPI:=h/h2/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://hyper.rtfd.org/ diff --git a/www/py-hyperframe/Makefile b/www/py-hyperframe/Makefile index 45e1fbcdee7..f008c204c43 100644 --- a/www/py-hyperframe/Makefile +++ b/www/py-hyperframe/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/02/16 13:47:31 leot Exp $ +# $NetBSD: Makefile,v 1.2 2016/06/01 12:35:14 wiz Exp $ DISTNAME= hyperframe-3.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_PYPI} +MASTER_SITES= ${MASTER_SITE_PYPI:=h/hyperframe/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://hyper.rtfd.org/ |