summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/sshguard-ipfw/Makefile2
-rw-r--r--security/sshguard-pf/Makefile2
-rw-r--r--security/sshguard/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/security/sshguard-ipfw/Makefile b/security/sshguard-ipfw/Makefile
index fe472f9d2ab9..de2d0a8a0564 100644
--- a/security/sshguard-ipfw/Makefile
+++ b/security/sshguard-ipfw/Makefile
@@ -8,7 +8,7 @@
PKGNAMESUFFIX= -ipfw
CONFLICTS= sshguard-1.0* sshguard-pf-1.0*
-COMMENT= Protect networked hosts from brute force attacks against ssh using ipfw
+COMMENT= Protect hosts from brute force attacks against ssh using ipfw
SSHGUARDFW= ipfw
MASTERDIR= ${.CURDIR}/../sshguard
diff --git a/security/sshguard-pf/Makefile b/security/sshguard-pf/Makefile
index c2d99025da4f..6a7ba8b533f4 100644
--- a/security/sshguard-pf/Makefile
+++ b/security/sshguard-pf/Makefile
@@ -7,7 +7,7 @@
PKGNAMESUFFIX= -pf
CONFLICTS= sshguard-1.0* sshguard-ipfw-1.0*
-COMMENT= Protect networked hosts from brute force attacks against ssh using pf
+COMMENT= Protect hosts from brute force attacks against ssh using pf
SSHGUARDFW= pf
MASTERDIR= ${.CURDIR}/../sshguard
diff --git a/security/sshguard/Makefile b/security/sshguard/Makefile
index 6df050049e11..995753dbf610 100644
--- a/security/sshguard/Makefile
+++ b/security/sshguard/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mij@bitchx.it
-COMMENT?= Protect networked hosts from brute force attacks against ssh
+COMMENT?= Protect hosts from brute force attacks against ssh
CONFLICTS?= sshguard-ipfw-1.0* sshguard-pf-1.0*