diff options
author | edwin <edwin@FreeBSD.org> | 2002-12-28 01:45:41 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-12-28 01:45:41 +0000 |
commit | 13131d7249ae6243292c89f6e234121b3667df24 (patch) | |
tree | 8bfd2a1d840d027f44232846a081005681f3aba2 /astro | |
parent | 7df81fa5028183fe7f4ae79f45ca0b98180116b4 (diff) | |
download | FreeBSD-ports-13131d7249ae6243292c89f6e234121b3667df24.zip FreeBSD-ports-13131d7249ae6243292c89f6e234121b3667df24.tar.gz |
Fix master_site to right redirected path.
Noticed by: portsurvey
Diffstat (limited to 'astro')
-rw-r--r-- | astro/stars/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/stars/Makefile b/astro/stars/Makefile index ab51811..a2d6a36 100644 --- a/astro/stars/Makefile +++ b/astro/stars/Makefile @@ -9,7 +9,7 @@ PORTNAME= stars PORTVERSION= 1.0 CATEGORIES= astro MASTER_SITES= ftp://ftp.planetmirror.com/pub/hpux/X11/Demos/stars-1.0/ \ - http://www.planetmirror.com/pub/hpux/X11/Demos/stars-1.0/ + http://public.www.planetmirror.com/pub/hpux/X11/Demos/stars-1.0/ DISTFILES= stars-1.0-ss-11.00.tar.gz MAINTAINER= ports@FreeBSD.org |