summaryrefslogtreecommitdiff
path: root/editors/elvis
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-06 03:45:05 +0000
committerrodent <rodent>2013-04-06 03:45:05 +0000
commitfe2621ae5f5c745fab18912a1f38bbc5abc2f029 (patch)
tree058a5d7dbd4e2830d044e3fb78162276979aef46 /editors/elvis
parent82cc10191129d463b2207ac9948d08ed011e16d3 (diff)
downloadpkgsrc-fe2621ae5f5c745fab18912a1f38bbc5abc2f029.tar.gz
Fixes:
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
Diffstat (limited to 'editors/elvis')
-rw-r--r--editors/elvis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/elvis/Makefile b/editors/elvis/Makefile
index 38f7d82d186..d0998c2c486 100644
--- a/editors/elvis/Makefile
+++ b/editors/elvis/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2012/10/03 11:43:32 asau Exp $
+# $NetBSD: Makefile,v 1.10 2013/04/06 03:45:12 rodent Exp $
# This section contains variables that might be overridden.
PKGNAME?= ${PKGNAME_BASE}
-COMMENT?= vi clone with regex-search, hex-edit, HTML/LaTeX preview
+COMMENT?= Clone of vi with regex-search, hex-edit, HTML/LaTeX preview
# Normal package Makefile contents follow.
DISTNAME= elvis-2.2_0