diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-01-10 14:53:19 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-01-10 14:53:19 +0000 |
commit | 0626ff209c4060f08c98ad4884a8327f390e8aa0 (patch) | |
tree | d6ae98c1b4a10b01cb3620d9b01053b301540643 /astro/saoimage | |
parent | df38fd43ca87c783e67837bd0e8d79cfb01a7337 (diff) | |
download | FreeBSD-ports-0626ff209c4060f08c98ad4884a8327f390e8aa0.zip FreeBSD-ports-0626ff209c4060f08c98ad4884a8327f390e8aa0.tar.gz |
Fix MASTER_SITES
PR: 33596
Submitted by: Ports Fury
Diffstat (limited to 'astro/saoimage')
-rw-r--r-- | astro/saoimage/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/saoimage/Makefile b/astro/saoimage/Makefile index f06fd09..0933e91 100644 --- a/astro/saoimage/Makefile +++ b/astro/saoimage/Makefile @@ -8,8 +8,7 @@ PORTNAME= saoimage PORTVERSION= 1.29.3 CATEGORIES= astro -MASTER_SITES= ftp://cfa-ftp.harvard.edu/pub/gsc/SAOimage/ \ - ftp://ftp.u-aizu.ac.jp/pub/graphics/image/SAO/SAOimage/ +MASTER_SITES= http://tdc-www.harvard.edu/software/saoimage/ MAINTAINER= ports@FreeBSD.org |