diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-12-12 22:48:56 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-12-12 22:50:11 +0000 |
commit | 51837a27da48cbba33c2d67477d747014db8c3e7 (patch) | |
tree | c637488ff736f2fbda9830cc27e927578a5b2f0d | |
parent | 0442d884484bed7824380d9e3d6f8cbf13e59bd7 (diff) | |
download | ports-51837a27da48cbba33c2d67477d747014db8c3e7.tar.gz ports-51837a27da48cbba33c2d67477d747014db8c3e7.zip |
irc/thales: Improve COMMENT
It didn't follow the style guide we have for COMMENT variables.
-rw-r--r-- | irc/thales/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/thales/Makefile b/irc/thales/Makefile index 0e35d4f5603f..8a4bd7ca6af9 100644 --- a/irc/thales/Makefile +++ b/irc/thales/Makefile @@ -7,7 +7,7 @@ CATEGORIES= irc MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org -COMMENT= GNU Thales -- An IRC to MySQL gateway +COMMENT= IRC to MySQL gateway LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING |