diff options
author | trevor <trevor@FreeBSD.org> | 2001-06-01 23:14:44 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-06-01 23:14:44 +0800 |
commit | 782dfa29342d9289f847a05aa6e708f5095c672b (patch) | |
tree | a9c565493833cb4bad835e90d83a46b227c90ee3 /security/l0phtcrack | |
parent | 23cd7f80381c24dac117c5fe04bc4e90c16f3b88 (diff) | |
download | freebsd-ports-gnome-782dfa29342d9289f847a05aa6e708f5095c672b.tar.gz freebsd-ports-gnome-782dfa29342d9289f847a05aa6e708f5095c672b.tar.zst freebsd-ports-gnome-782dfa29342d9289f847a05aa6e708f5095c672b.zip |
Correct Mexican jumping bean error ("500 fetch doesn't follow 302
redirects").
Diffstat (limited to 'security/l0phtcrack')
-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 79a1990f7eca..22d3f0c5b973 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} |