diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2014-08-01 03:15:45 +0800 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2014-08-01 03:15:45 +0800 |
commit | 6053f770c35f06c70b1a1a5374882718adfb4688 (patch) | |
tree | 394a5a5048279ae714d6674fcfba967b8f2d9010 /math | |
parent | 066a09b0b8b96f28a91314bc3db18f23112a4226 (diff) | |
download | freebsd-ports-gnome-6053f770c35f06c70b1a1a5374882718adfb4688.tar.gz freebsd-ports-gnome-6053f770c35f06c70b1a1a5374882718adfb4688.tar.zst freebsd-ports-gnome-6053f770c35f06c70b1a1a5374882718adfb4688.zip |
- Add additional mirror to fix fetch
Diffstat (limited to 'math')
-rw-r--r-- | math/pari/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index fe773a19e1f5..09e0e07c93d2 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -5,7 +5,8 @@ PORTNAME= pari PORTVERSION= 2.3.5 PORTEPOCH= 2 CATEGORIES= math -MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/OLD/ +MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/OLD/ \ + http://mirrors.rit.edu/zi/ MAINTAINER= bf@FreeBSD.org COMMENT= Mathematics library and advanced calculator package |