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 /editors/bitedit | |
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 'editors/bitedit')
-rw-r--r-- | editors/bitedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/bitedit/Makefile b/editors/bitedit/Makefile index b7806eafb1d2..193e3d0b6007 100644 --- a/editors/bitedit/Makefile +++ b/editors/bitedit/Makefile @@ -7,7 +7,7 @@ CATEGORIES= editors MASTER_SITES= http://freebsdcluster.org/~mich/software/ MAINTAINER= mich@FreeBSD.org -COMMENT= Bitedit is a simple ncurses program for editing a file +COMMENT= Simple ncurses file editing program LICENSE= GPLv2 |