aboutsummaryrefslogtreecommitdiffstats
path: root/math/mpfr
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2017-09-22 00:33:08 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 05:34:29 +0800
commit9d8f14d5aff25134b3bb9734732bd2442ba16faa (patch)
treec12f2008d35e7cd176c56d994f2cbf5173b204a6 /math/mpfr
parentc8bfbdd28876bd57f8b237e4f8cc7b93766d06fc (diff)
downloadfreebsd-ports-gnome-9d8f14d5aff25134b3bb9734732bd2442ba16faa.tar.gz
freebsd-ports-gnome-9d8f14d5aff25134b3bb9734732bd2442ba16faa.tar.zst
freebsd-ports-gnome-9d8f14d5aff25134b3bb9734732bd2442ba16faa.zip
Add some backup sites for math/mpfr
The mpfr.org site is down, and there's no backup mirrors set. Distcache doesn't have the tarball, so the port is unfetchable Add MASTER_SITE_GNU as a backup.
Diffstat (limited to 'math/mpfr')
-rw-r--r--math/mpfr/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile
index 7949f25cd3eb..71695bd51052 100644
--- a/math/mpfr/Makefile
+++ b/math/mpfr/Makefile
@@ -4,7 +4,9 @@
PORTNAME= mpfr
PORTVERSION= 3.1.6
CATEGORIES= math devel
-MASTER_SITES= http://www.mpfr.org/mpfr-current/
+MASTER_SITES= http://www.mpfr.org/mpfr-current/ \
+ ${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR= ${PORTNAME}
DIST_SUBDIR= ${DISTNAME}
PATCH_SITES= ${MASTER_SITES}