diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-28 14:49:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-28 14:49:29 +0000 |
commit | 4a204947bf4917e25a9711858c0c1815c9395304 (patch) | |
tree | c874474d91350ce82a3859196145baf3d8be057d | |
parent | a904dc6f17f80daf487f9a911552480e17a01519 (diff) | |
download | ports-4a204947bf4917e25a9711858c0c1815c9395304.tar.gz ports-4a204947bf4917e25a9711858c0c1815c9395304.zip |
Notes
-rw-r--r-- | devel/py-tables/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-tables/Makefile b/devel/py-tables/Makefile index c8ad5f348663..4bf6ea9d2b91 100644 --- a/devel/py-tables/Makefile +++ b/devel/py-tables/Makefile @@ -9,7 +9,8 @@ PORTNAME= tables PORTVERSION= 2.0.4 CATEGORIES= devel python -MASTER_SITES= http://www.pytables.org/download/stable/ +MASTER_SITES= http://www.pytables.org/download/stable/ \ + http://www.pytables.org/download/py${PORTNAME}-${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pytables-${PORTVERSION} |