diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-05-27 22:55:03 +0800 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-05-27 22:55:03 +0800 |
commit | 87f97647a76ebc05747a72eafd239666463fde36 (patch) | |
tree | 7192ed82e353381188bf7d1a77846382859c0f01 /net/imapproxy | |
parent | adb4638feeee35c9a584f63944a0f5eee510ea92 (diff) | |
download | freebsd-ports-gnome-87f97647a76ebc05747a72eafd239666463fde36.tar.gz freebsd-ports-gnome-87f97647a76ebc05747a72eafd239666463fde36.tar.zst freebsd-ports-gnome-87f97647a76ebc05747a72eafd239666463fde36.zip |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3).
Diffstat (limited to 'net/imapproxy')
-rw-r--r-- | net/imapproxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/imapproxy/Makefile b/net/imapproxy/Makefile index 0884c2cf6615..77c654a3a76c 100644 --- a/net/imapproxy/Makefile +++ b/net/imapproxy/Makefile @@ -8,7 +8,7 @@ CATEGORIES= net MASTER_SITES= http://www.freebsdcluster.org/~lasse/software/ MAINTAINER= lasse@freebsdcluster.org -COMMENT= ImapProxy is a caching IMAP proxy daemon to be used with Horde/IMP +COMMENT= Caching IMAP proxy daemon to be used with Horde/IMP HAS_CONFIGURE= yes |