diff options
author | wiz <wiz@pkgsrc.org> | 2016-06-10 09:06:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-06-10 09:06:41 +0000 |
commit | a1de4e77ab3e5ed429e01efcdb96f58db86ac726 (patch) | |
tree | 0aedd6c107dcef5440700afb7da6f62197ef6e84 /math/py-mpmath | |
parent | a541a28c27083aef423cc98dd89b4163337afd19 (diff) | |
download | pkgsrc-a1de4e77ab3e5ed429e01efcdb96f58db86ac726.tar.gz |
Fix MASTER_SITES.
Diffstat (limited to 'math/py-mpmath')
-rw-r--r-- | math/py-mpmath/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-mpmath/Makefile b/math/py-mpmath/Makefile index 6a23ba0e59b..e856ffa7fff 100644 --- a/math/py-mpmath/Makefile +++ b/math/py-mpmath/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2016/06/08 17:43:35 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2016/06/10 09:06:41 wiz Exp $ DISTNAME= mpmath-0.19 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_PYPI:=m/mpmath/ \} +MASTER_SITES= ${MASTER_SITE_PYPI:=m/mpmath/} \ http://mpmath.org/files/ MAINTAINER= pkgsrc-users@NetBSD.org |