diff options
author | trevor <trevor@FreeBSD.org> | 2001-06-01 15:14:44 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-06-01 15:14:44 +0000 |
commit | 782dfa29342d9289f847a05aa6e708f5095c672b (patch) | |
tree | a9c565493833cb4bad835e90d83a46b227c90ee3 /security | |
parent | 23cd7f80381c24dac117c5fe04bc4e90c16f3b88 (diff) | |
download | FreeBSD-ports-782dfa29342d9289f847a05aa6e708f5095c672b.zip FreeBSD-ports-782dfa29342d9289f847a05aa6e708f5095c672b.tar.gz |
Correct Mexican jumping bean error ("500 fetch doesn't follow 302
redirects").
Diffstat (limited to 'security')
-rw-r--r-- | security/l0phtcrack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/l0phtcrack/Makefile b/security/l0phtcrack/Makefile index 79a1990..22d3f0c 100644 --- a/security/l0phtcrack/Makefile +++ b/security/l0phtcrack/Makefile @@ -8,7 +8,7 @@ PORTNAME= l0phtcrack PORTVERSION= 1.5 CATEGORIES= security -MASTER_SITES= http://www.securitysoftwaretech.com/lc3/dist/ +MASTER_SITES= http://www.atstake.com/research/lc3/dist/ DISTNAME= lcsrc DIST_SUBDIR= ${PORTNAME} |