diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-11-23 04:44:21 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-11-23 04:44:21 +0000 |
commit | 7c0c250ff69c7df1347a9413e46da353095dda0f (patch) | |
tree | 0a777a8b9924543983ea14a31d8436fbdeaeaf05 /math/miracl | |
parent | 7b8b8dba71b466d96f82144f1991fe5eb59bc233 (diff) |
Add alternate MASTER_SITES
Notes
Notes:
svn path=/head/; revision=149147
Diffstat (limited to 'math/miracl')
-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 058fd535fe60..20d307d9e562 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 |