diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-04 02:16:26 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-04 02:16:26 +0000 |
commit | 2cea7d073c5496d7e4bc05d79f5410a2f80fd5ae (patch) | |
tree | 1b4e0a11704b91dabf21a0d29003dedaa0246a35 /misc | |
parent | f5185aaa2651dcaf9519033e94ee3fc289160216 (diff) | |
download | FreeBSD-ports-2cea7d073c5496d7e4bc05d79f5410a2f80fd5ae.zip FreeBSD-ports-2cea7d073c5496d7e4bc05d79f5410a2f80fd5ae.tar.gz |
Added master_site_local back to the master_sites.
Thanks to rhh@ for putting it back.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/projectionlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/projectionlib/Makefile b/misc/projectionlib/Makefile index bf39a42..3eb6076 100644 --- a/misc/projectionlib/Makefile +++ b/misc/projectionlib/Makefile @@ -8,7 +8,8 @@ PORTNAME= projectionlib PORTVERSION= 3.7 CATEGORIES= misc -MASTER_SITES= ftp://ftpmcmc.er.usgs.gov/release/dlgv32/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + ftp://ftpmcmc.er.usgs.gov/release/dlgv32/ DISTNAME= dlgv32v37src MAINTAINER= ports@FreeBSD.org |