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 | |
parent | a541a28c27083aef423cc98dd89b4163337afd19 (diff) | |
download | pkgsrc-a1de4e77ab3e5ed429e01efcdb96f58db86ac726.tar.gz |
Fix MASTER_SITES.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-mpmath/Makefile | 4 | ||||
-rw-r--r-- | math/py-networkx/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile index a2968a5ccb2..e31d4323636 100644 --- a/math/py-networkx/Makefile +++ b/math/py-networkx/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2016/06/08 17:43:35 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2016/06/10 09:06:54 wiz Exp $ DISTNAME= networkx-1.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math python -MASTER_SITES= ${MASTER_SITE_PYPI:=n/networkx/ \} +MASTER_SITES= ${MASTER_SITE_PYPI:=n/networkx/} \ http://networkx.lanl.gov/download/networkx/ MAINTAINER= pkgsrc-users@NetBSD.org |