diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/py-hpack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-hpack/Makefile b/net/py-hpack/Makefile index 3cc7d55d318..f647afb1ac2 100644 --- a/net/py-hpack/Makefile +++ b/net/py-hpack/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2016/02/16 13:43:09 leot Exp $ +# $NetBSD: Makefile,v 1.4 2016/06/01 12:34:16 wiz Exp $ DISTNAME= hpack-2.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_PYPI} +MASTER_SITES= ${MASTER_SITE_PYPI:=h/hpack/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://hyper.rtfd.org/ |