diff options
author | Will Andrews <will@FreeBSD.org> | 2000-04-16 18:38:01 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-04-16 18:38:01 +0000 |
commit | 61eb5a90a2a16f4cef5f345469bcf6efbea4ac6b (patch) | |
tree | 48161bca57a90b791a8059d42769b073f328fd55 /astro/pyweather | |
parent | be9946f3bf3dabc0e6487c67e0e921c88faac1ec (diff) | |
download | ports-61eb5a90a2a16f4cef5f345469bcf6efbea4ac6b.tar.gz ports-61eb5a90a2a16f4cef5f345469bcf6efbea4ac6b.zip |
Fix fennerism; store distfile on my people.FreeBSD.org space. The pyWeather
homepage has apparently disappeared of the face of the earth, so for the
time being, I'll store it here. Maybe they'll pop up later this year.
Notes
Notes:
svn path=/head/; revision=27661
Diffstat (limited to 'astro/pyweather')
-rw-r--r-- | astro/pyweather/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/pyweather/Makefile b/astro/pyweather/Makefile index 6fb472a13bb9..28d05b45b465 100644 --- a/astro/pyweather/Makefile +++ b/astro/pyweather/Makefile @@ -8,7 +8,7 @@ PORTNAME= pyWeather PORTVERSION= 0.1b CATEGORIES= astro python -MASTER_SITES= http://members.bellatlantic.net/~rasclkng/ +MASTER_SITES= http://people.FreeBSD.org/~will/distfiles/ DISTNAME= pyWeather MAINTAINER= will@FreeBSD.org |