diff options
author | Diane Bruce <db@FreeBSD.org> | 2007-06-22 19:56:04 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2007-06-22 19:56:04 +0000 |
commit | cb1fd955918610541cd0e140f68548fecc86d0dc (patch) | |
tree | 2963e2797cedc389253e0b20572063a8f01169de /astro/pyephem | |
parent | 0370b65e4ef36cfa1a7d69419e2a0ed96c57b3be (diff) |
Notes
Diffstat (limited to 'astro/pyephem')
-rw-r--r-- | astro/pyephem/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/pyephem/Makefile b/astro/pyephem/Makefile index 8ecd71485dd9..338481a44acc 100644 --- a/astro/pyephem/Makefile +++ b/astro/pyephem/Makefile @@ -8,8 +8,9 @@ PORTNAME= pyephem PORTVERSION= 3.7b CATEGORIES= astro math hamradio -MASTER_SITES= http://www.rhodesmill.org/brandon/projects/ \ +MASTER_SITES= http://rhodesmill.org/brandon/projects/ \ ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= db MAINTAINER= db@FreeBSD.org COMMENT= Scientific-grade astronomical computations for Python |