diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-11-15 20:12:17 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-11-15 20:12:17 +0000 |
commit | 35fe922be075eb679f449819586fb8b5ccfcaf84 (patch) | |
tree | 6cda71bff64ff242da0c2eb420f89c0b061b8a87 /science | |
parent | - Add support to turn off hasing the compiler size and mtime via a (diff) |
. 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.
Notes
Notes:
svn path=/head/; revision=148397
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 |