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-networkx | |
parent | a541a28c27083aef423cc98dd89b4163337afd19 (diff) | |
download | pkgsrc-a1de4e77ab3e5ed429e01efcdb96f58db86ac726.tar.gz |
Fix MASTER_SITES.
Diffstat (limited to 'math/py-networkx')
-rw-r--r-- | math/py-networkx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |