diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 23:46:11 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 23:46:11 +0000 |
commit | 7ceb32409b040e69179064c1a90f8f2a9a30869b (patch) | |
tree | e4209ce7e3d52304f27bf8b0a54302488aa3c365 | |
parent | - Fix MASTER_SITES (diff) |
Update MASTER_SITES
PR: 16779
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=28957
-rw-r--r-- | astro/xephem/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index 26e073bac931..add6d888070b 100644 --- a/astro/xephem/Makefile +++ b/astro/xephem/Makefile @@ -8,9 +8,8 @@ PORTNAME= xephem PORTVERSION= 3.2.3 CATEGORIES= astro -MASTER_SITES= ftp://iraf.noao.edu/contrib/xephem/ \ - ftp://gastro23.physics.uiowa.edu/pub/xephem/ \ - ftp://iphcip1.physik.uni-mainz.de/pub/xephem/ \ +MASTER_SITES= http://www.clearskyinstitute.com/xephem/xephem/ \ + ftp://iraf.noao.edu/contrib/xephem/ \ ftp://wolf.ifj.edu.pl/mirror/xephem/ MAINTAINER= ports@FreeBSD.org |