diff options
Diffstat (limited to 'devel/py-distribute/Makefile')
-rw-r--r-- | devel/py-distribute/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-distribute/Makefile b/devel/py-distribute/Makefile index b1188a527fb..1fcad4a40dc 100644 --- a/devel/py-distribute/Makefile +++ b/devel/py-distribute/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2014/01/25 10:30:03 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2016/06/08 17:43:25 wiz Exp $ DISTNAME= distribute-0.6.49 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel -MASTER_SITES= http://pypi.python.org/packages/source/d/distribute/ +MASTER_SITES= ${MASTER_SITE_PYPI:=d/distribute/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pypi.python.org/pypi/distribute |