diff options
author | kris <kris@FreeBSD.org> | 2006-02-22 05:17:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-02-22 05:17:05 +0800 |
commit | 3a13ee97cbf93db5e8be5f5c6dafc8bc97f6026c (patch) | |
tree | 6025dc464f9b64cc32d94a9664bf61d1e997595b /astro | |
parent | ac165453a9b020ef973bc30cc856d8a703e8c6bc (diff) | |
download | freebsd-ports-gnome-3a13ee97cbf93db5e8be5f5c6dafc8bc97f6026c.tar.gz freebsd-ports-gnome-3a13ee97cbf93db5e8be5f5c6dafc8bc97f6026c.tar.zst freebsd-ports-gnome-3a13ee97cbf93db5e8be5f5c6dafc8bc97f6026c.zip |
Host distfile locally since the old site doesn't work, and the link on
the author's webpage is also broken.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xglobe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/xglobe/Makefile b/astro/xglobe/Makefile index 0bcec80242bc..714fb49bb0ff 100644 --- a/astro/xglobe/Makefile +++ b/astro/xglobe/Makefile @@ -9,7 +9,8 @@ PORTNAME= xglobe PORTVERSION= 0.5 PORTREVISION= 3 CATEGORIES= astro -MASTER_SITES= ftp://quatramaran.ens.fr/pub/espie/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=kris MAINTAINER= kris@FreeBSD.org COMMENT= Displays a view of the Earth (like xearth) with a rendered photo map |