diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-06-12 22:13:32 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-06-12 22:13:32 +0000 |
commit | cb346df6f3f08c50ee1788cbfea92ba8bb81bd84 (patch) | |
tree | 8d5bfd49eb7f63558b9de9fa82cc328259c2b898 | |
parent | Allow slave ports to overwrite the COMMENT. (diff) |
Shorten COMMENT
Submitted by: sat@
Notes
Notes:
svn path=/head/; revision=193371
-rw-r--r-- | security/sshguard-ipfw/Makefile | 2 | ||||
-rw-r--r-- | security/sshguard-pf/Makefile | 2 | ||||
-rw-r--r-- | security/sshguard/Makefile | 2 |
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* |