diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-09-22 04:18:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-09-22 04:18:53 +0000 |
commit | 3ea1943370f07a4419ad420af116cc2e9526e336 (patch) | |
tree | 4d47b4a1c57b3406093d8e8174fb19693afc3506 /security | |
parent | Add back explicit dependency on rsaref since it doesn't build without it. (diff) |
Host the distfile myself since the other two sites are non-fetchable right
now
Diffstat (limited to 'security')
-rw-r--r-- | security/slush/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/slush/Makefile b/security/slush/Makefile index d491540026ea..d3fcb1b4453f 100644 --- a/security/slush/Makefile +++ b/security/slush/Makefile @@ -8,7 +8,8 @@ PORTNAME= slush PORTVERSION= 0.1.1 CATEGORIES= security -MASTER_SITES= http://violet.ibs.com.au/slush/files/ \ +MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/kris/ \ + http://violet.ibs.com.au/slush/files/ \ ftp://www.dis.org/pub/Security/ MAINTAINER= shipley@dis.org |