diff options
author | kris <kris@FreeBSD.org> | 2001-07-21 22:18:15 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-07-21 22:18:15 +0000 |
commit | 07b21ead4258a0831a1454f597d2cf831578d363 (patch) | |
tree | cb95f33333f8e8a47c4b2819fd273a00a639aa02 | |
parent | 81c3ecad986e54677f672ca797836bf457a64db5 (diff) | |
download | FreeBSD-ports-07b21ead4258a0831a1454f597d2cf831578d363.zip FreeBSD-ports-07b21ead4258a0831a1454f597d2cf831578d363.tar.gz |
Add a couple of MASTER_SITES and remove the main site which seems to
currently be down.
-rw-r--r-- | security/siphon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/siphon/Makefile b/security/siphon/Makefile index 31c50ed..a7f663d 100644 --- a/security/siphon/Makefile +++ b/security/siphon/Makefile @@ -8,7 +8,9 @@ PORTNAME= siphon PORTVERSION= 0.666 CATEGORIES= security -MASTER_SITES= http://www.subterrain.net/projects/siphon/ +MASTER_SITES= ftp://ftp.man.szczecin.pl/pub7/security/network-mapping/siphon/ \ + ftp://the.ausmac.net/sd3a/security/network-mapping/siphon/ +# http://www.subterrain.net/projects/siphon/ DISTFILES= siphon-v.666.tar.gz siphon-report.pl EXTRACT_ONLY= siphon-v.666.tar.gz |