diff options
author | db <db@FreeBSD.org> | 2007-06-23 03:56:04 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2007-06-23 03:56:04 +0800 |
commit | 6add855ad210355aa14d5e6ef181ed435b2a4360 (patch) | |
tree | 937d2723e7a83e841c18a5baaf08e65630a0978b /astro | |
parent | 4de61b59055ffebf2a1f1f0b36f54a7b4964d53f (diff) | |
download | freebsd-ports-gnome-6add855ad210355aa14d5e6ef181ed435b2a4360.tar.gz freebsd-ports-gnome-6add855ad210355aa14d5e6ef181ed435b2a4360.tar.zst freebsd-ports-gnome-6add855ad210355aa14d5e6ef181ed435b2a4360.zip |
- Make fetchable [1] and
- add an additional mirror
PR: ports/113736 [1]
Approved by: ehaupt (mentor)
Diffstat (limited to 'astro')
-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 |