diff options
Diffstat (limited to 'math/py-almost/Makefile')
-rw-r--r-- | math/py-almost/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-almost/Makefile b/math/py-almost/Makefile index 4204c83cddc..c0a73f2e91a 100644 --- a/math/py-almost/Makefile +++ b/math/py-almost/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2014/07/22 10:12:56 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/06/08 17:43:35 wiz Exp $ DISTNAME= almost-0.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math devel -MASTER_SITES= https://pypi.python.org/packages/source/a/almost/ +MASTER_SITES= ${MASTER_SITE_PYPI:=a/almost/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pypi.python.org/pypi/almost/ |