diff options
Diffstat (limited to 'lang/py-hy/Makefile')
-rw-r--r-- | lang/py-hy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/py-hy/Makefile b/lang/py-hy/Makefile index 94fa7314e59..9b9ccefd950 100644 --- a/lang/py-hy/Makefile +++ b/lang/py-hy/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2014/11/09 19:31:56 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2016/06/08 17:43:34 wiz Exp $ DISTNAME= hy-0.10.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= lang python -MASTER_SITES= https://pypi.python.org/packages/source/h/hy/ +MASTER_SITES= ${MASTER_SITE_PYPI:=h/hy/} MAINTAINER= rodent@NetBSD.org HOMEPAGE= http://hylang.org/ |