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/slush/Makefile | |
parent | 9904a4f9848c65a10eb5f7d2557362fef7c3f4f7 (diff) | |
download | ports-3ea1943370f07a4419ad420af116cc2e9526e336.tar.gz ports-3ea1943370f07a4419ad420af116cc2e9526e336.zip |
Host the distfile myself since the other two sites are non-fetchable right
now
Notes
Notes:
svn path=/head/; revision=32963
Diffstat (limited to 'security/slush/Makefile')
-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 |