diff options
author | glewis <glewis@FreeBSD.org> | 2005-11-15 20:12:17 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-11-15 20:12:17 +0000 |
commit | d2aecfaba91993832305cd32e646dd7059cfb26b (patch) | |
tree | 41e329e44e1307910f95194ef6e21845cc17e88f /science/udunits | |
parent | 7b402c7f4e89e80e36d115082097e9fcab41dac9 (diff) | |
download | FreeBSD-ports-d2aecfaba91993832305cd32e646dd7059cfb26b.zip FreeBSD-ports-d2aecfaba91993832305cd32e646dd7059cfb26b.tar.gz |
. Mirror DISTFILE on MASTER_SITE_LOCAL since the main distribution site
seems to be difficult to connect to at the moment and I haven't found
another mirror site.
Diffstat (limited to 'science/udunits')
-rw-r--r-- | science/udunits/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/udunits/Makefile b/science/udunits/Makefile index 7e26380..ed18961 100644 --- a/science/udunits/Makefile +++ b/science/udunits/Makefile @@ -8,7 +8,8 @@ PORTNAME= udunits PORTVERSION= 1.12.4 CATEGORIES= science math -MASTER_SITES= ftp://unidata.ucar.edu/pub/${PORTNAME}/ +MASTER_SITES= ftp://unidata.ucar.edu/pub/${PORTNAME}/ \ + ${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/udunits|} EXTRACT_SUFX= .tar.Z MAINTAINER= glewis@FreeBSD.org |