diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-10-01 09:14:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-10-01 09:14:18 +0800 |
commit | fcd10669efc0649e4bffbf1e012bd23eda629f11 (patch) | |
tree | e33d689568487f983c6153e9246c200f62a9e1bb /astro | |
parent | 846346af8466ce0dae21136eca820b1803e57f60 (diff) | |
download | freebsd-ports-graphics-fcd10669efc0649e4bffbf1e012bd23eda629f11.tar.gz freebsd-ports-graphics-fcd10669efc0649e4bffbf1e012bd23eda629f11.tar.zst freebsd-ports-graphics-fcd10669efc0649e4bffbf1e012bd23eda629f11.zip |
- Use LOCAL/sunpoet as backup MASTER_SITES
Approved by: pgollucci (mentor)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/py-metar/Makefile | 2 | ||||
-rw-r--r-- | astro/weather/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/astro/py-metar/Makefile b/astro/py-metar/Makefile index d93f430a98f..c762cf72186 100644 --- a/astro/py-metar/Makefile +++ b/astro/py-metar/Makefile @@ -9,7 +9,7 @@ PORTNAME= metar PORTVERSION= 0.16 CATEGORIES= astro python geography MASTER_SITES= http://www.schwarzvogel.de/pkgs/ \ - http://sunpoet.net/distfiles/ + LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${REALPORTNAME}-${PORTVERSION} diff --git a/astro/weather/Makefile b/astro/weather/Makefile index ec073be4688..7c6d8057a43 100644 --- a/astro/weather/Makefile +++ b/astro/weather/Makefile @@ -9,7 +9,7 @@ PORTNAME= weather PORTVERSION= 1.5 CATEGORIES= astro python MASTER_SITES= http://fungi.yuggoth.org/weather/src/ \ - http://sunpoet.net/distfiles/ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= An utility to provide current weather conditions and forecasts |