diff options
author | asami <asami@FreeBSD.org> | 2000-06-29 10:31:42 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-29 10:31:42 +0800 |
commit | 86688662ee4069a7cd518676ff8e421c8f0e809d (patch) | |
tree | 6305ab987dcce715d514f38deb608104562723ec /astro | |
parent | 52f18bf97a85d08baed7eb38c0d7b388b5979ef6 (diff) | |
download | freebsd-ports-gnome-86688662ee4069a7cd518676ff8e421c8f0e809d.tar.gz freebsd-ports-gnome-86688662ee4069a7cd518676ff8e421c8f0e809d.tar.zst freebsd-ports-gnome-86688662ee4069a7cd518676ff8e421c8f0e809d.zip |
Use ${MASTER_SITE_LOCAL}.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/pyweather/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/pyweather/Makefile b/astro/pyweather/Makefile index 0b6978c21417..f99cc4759126 100644 --- a/astro/pyweather/Makefile +++ b/astro/pyweather/Makefile @@ -8,7 +8,8 @@ PORTNAME= pyWeather PORTVERSION= 0.1b CATEGORIES= astro python -MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/will/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= will DISTNAME= pyWeather MAINTAINER= ports@FreeBSD.org |