diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-05-27 15:31:55 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-05-27 15:31:55 +0000 |
commit | 1e9999ddafb341c00dd0f6b0f84ac860379e34f6 (patch) | |
tree | 06b7d836daa984c126f0a48ba9fa4a43249105ad /textproc/makefaq | |
parent | 87f97647a76ebc05747a72eafd239666463fde36 (diff) | |
download | ports-1e9999ddafb341c00dd0f6b0f84ac860379e34f6.tar.gz ports-1e9999ddafb341c00dd0f6b0f84ac860379e34f6.zip |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 4).
Notes
Notes:
svn path=/head/; revision=536695
Diffstat (limited to 'textproc/makefaq')
-rw-r--r-- | textproc/makefaq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/makefaq/Makefile b/textproc/makefaq/Makefile index 50d3593e8e43..bcd193063022 100644 --- a/textproc/makefaq/Makefile +++ b/textproc/makefaq/Makefile @@ -8,7 +8,7 @@ CATEGORIES= textproc python MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= Makefaq is a Python program that creates a (FAQ) +COMMENT= Python program that creates a FAQ LICENSE= GPLv2+ |