diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-05-27 13:43:31 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-05-27 13:43:31 +0000 |
commit | adb4638feeee35c9a584f63944a0f5eee510ea92 (patch) | |
tree | c5b7ec08e19d97f1a263325bab23bc91ecf00494 /irc/eggdrop | |
parent | Add py-hvac 0.10.3, hashiCorp Vault API client. (diff) |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 2).
Notes
Notes:
svn path=/head/; revision=536693
Diffstat (limited to 'irc/eggdrop')
-rw-r--r-- | irc/eggdrop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile index 9600a720142c..b72b83a4e2e3 100644 --- a/irc/eggdrop/Makefile +++ b/irc/eggdrop/Makefile @@ -7,7 +7,7 @@ DISTVERSIONPREFIX= v CATEGORIES= irc MAINTAINER= dbaio@FreeBSD.org -COMMENT= Eggdrop is the most popular Internet Relay Chat (IRC) bot +COMMENT= Popular Internet Relay Chat (IRC) bot LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING |