diff options
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 |