diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-11-16 04:12:17 +0800 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-11-16 04:12:17 +0800 |
commit | 35fe922be075eb679f449819586fb8b5ccfcaf84 (patch) | |
tree | 6cda71bff64ff242da0c2eb420f89c0b061b8a87 /science | |
parent | c7897d0359faffc8467abf408077fe6e9c433efa (diff) | |
download | freebsd-ports-gnome-35fe922be075eb679f449819586fb8b5ccfcaf84.tar.gz freebsd-ports-gnome-35fe922be075eb679f449819586fb8b5ccfcaf84.tar.zst freebsd-ports-gnome-35fe922be075eb679f449819586fb8b5ccfcaf84.zip |
. 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')
-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 7e26380d35a0..ed1896194cf4 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 |