From a1de4e77ab3e5ed429e01efcdb96f58db86ac726 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 10 Jun 2016 09:06:41 +0000 Subject: Fix MASTER_SITES. --- math/py-mpmath/Makefile | 4 ++-- math/py-networkx/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'math') 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 -- cgit v1.2.3