aboutsummaryrefslogtreecommitdiff
path: root/security/sshguard
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2015-12-15 21:18:52 +0000
committerMark Felder <feld@FreeBSD.org>2015-12-15 21:18:52 +0000
commit7934c78497340473cabb9e353dd8be83e0485a79 (patch)
tree4a2b562674cc9d0d9de21c587b0e58a81765400c /security/sshguard
parent5f82021823cab5d6b9f9a8dab5e8674ce1a1113e (diff)
downloadports-7934c78497340473cabb9e353dd8be83e0485a79.tar.gz
ports-7934c78497340473cabb9e353dd8be83e0485a79.zip
Notes
Diffstat (limited to 'security/sshguard')
-rw-r--r--security/sshguard/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sshguard/Makefile b/security/sshguard/Makefile
index 93092282be7e..37c3dc57d112 100644
--- a/security/sshguard/Makefile
+++ b/security/sshguard/Makefile
@@ -30,7 +30,7 @@ SUB_FILES= pkg-message
SSHGUARDFW?= hosts
.if ${SSHGUARDFW} == pf
-PKGMSG_FWBLOCK=" To activate or configure PF see http://sshguard.sf.net/doc/setup/blockingpf.html"
+PKGMSG_FWBLOCK=" To activate or configure PF see http://www.sshguard.net/docs/setup/firewall/pf/"
.elif ${SSHGUARDFW} == ipfw
PKGMSG_FWBLOCK=" IPFW support has been rewritten. Sshguard will now add entries to table 22."
.elif ${SSHGUARDFW} == hosts