diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:28:34 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:28:34 +0000 |
commit | a13d9a603d44e9d2d333d5b2033b95a97545f73b (patch) | |
tree | f369b6d8855716c739425d19cebd7b0bd21ad210 /math/py-basemap | |
parent | 0074c5fa8cabe431c6868442326d476bb5ef2047 (diff) | |
download | freebsd-ports-a13d9a603d44e9d2d333d5b2033b95a97545f73b.zip |
- Switch SourceForge ports to the new File Release System: categories starting with M
Diffstat (limited to 'math/py-basemap')
-rw-r--r-- | math/py-basemap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/py-basemap/Makefile b/math/py-basemap/Makefile index 93a8f40e6d86..4da9e605d8cc 100644 --- a/math/py-basemap/Makefile +++ b/math/py-basemap/Makefile @@ -10,8 +10,7 @@ PORTNAME= basemap PORTVERSION= 0.9.2 PORTREVISION= 2 CATEGORIES= math python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= matplotlib +MASTER_SITES= SF/matplotlib/matplotlib-toolkits/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mainland@apeiron.net |