diff options
Diffstat (limited to 'devel/py-astor/Makefile')
-rw-r--r-- | devel/py-astor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-astor/Makefile b/devel/py-astor/Makefile index 382246b5ac5..e8e70cd5675 100644 --- a/devel/py-astor/Makefile +++ b/devel/py-astor/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2015/06/26 16:51:36 rodent Exp $ +# $NetBSD: Makefile,v 1.5 2016/06/08 17:43:28 wiz Exp $ DISTNAME= astor-0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python -MASTER_SITES= https://pypi.python.org/packages/source/a/astor/ +MASTER_SITES= ${MASTER_SITE_PYPI:=a/astor/} MAINTAINER= rodent@NetBSD.org HOMEPAGE= https://github.com/pmaupin/astor |