diff options
author | wiz <wiz> | 2016-06-01 12:30:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2016-06-01 12:30:45 +0000 |
commit | 19a2a03f65e26adbc3ca6d322ac73c52cf33c10e (patch) | |
tree | 511a4557a47ca62d1287330534ef01fb963f5b27 /net | |
parent | d6402596cdd25df285e0fb771fb577a7ca3e3a59 (diff) | |
download | pkgsrc-19a2a03f65e26adbc3ca6d322ac73c52cf33c10e.tar.gz |
Fix MASTER_SITES.
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/ |