diff options
author | lioux <lioux@FreeBSD.org> | 2005-11-23 12:44:21 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-11-23 12:44:21 +0800 |
commit | 749e3831e4daba76f3574130c243657681455fe9 (patch) | |
tree | 2399c048db2bd2454b88e034ba04bcfdbea690e3 /math | |
parent | cec26a0766268cac76b2dbc0906470e182147b95 (diff) | |
download | freebsd-ports-graphics-749e3831e4daba76f3574130c243657681455fe9.tar.gz freebsd-ports-graphics-749e3831e4daba76f3574130c243657681455fe9.tar.zst freebsd-ports-graphics-749e3831e4daba76f3574130c243657681455fe9.zip |
Add alternate MASTER_SITES
Diffstat (limited to 'math')
-rw-r--r-- | math/miracl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/miracl/Makefile b/math/miracl/Makefile index 058fd535fe6..20d307d9e56 100644 --- a/math/miracl/Makefile +++ b/math/miracl/Makefile @@ -9,7 +9,8 @@ PORTNAME= miracl DISTVERSION= 4.85 PORTREVISION= 3 CATEGORIES= math -MASTER_SITES= ftp://ftp.computing.dcu.ie/pub/crypto/ +MASTER_SITES= ftp://ftp.computing.dcu.ie/pub/crypto/ \ + http://indigo.ie/~mscott/ DISTNAME= ${PORTNAME} MAINTAINER= lioux@FreeBSD.org |