aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2013-06-10 08:48:32 +0800
committerdanfe <danfe@FreeBSD.org>2013-06-10 08:48:32 +0800
commit74785ad09537ac8741b84ebb7642194b28ca282e (patch)
tree485cdb4cab59fa8c2b31fe6e4e5694839a0dd1ed /sysutils
parente12bc42413b54fb2cbed3006b1f386b1feecf4de (diff)
downloadfreebsd-ports-gnome-74785ad09537ac8741b84ebb7642194b28ca282e.tar.gz
freebsd-ports-gnome-74785ad09537ac8741b84ebb7642194b28ca282e.tar.zst
freebsd-ports-gnome-74785ad09537ac8741b84ebb7642194b28ca282e.zip
- Sanitize port option name and description
- Trim the article from COMMENT, sort the knobs Discussed with: wen (on May 12th) Approved by: timeout from everyone involved
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/less/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/less/Makefile b/sysutils/less/Makefile
index e760ed3a487d..778f780809b2 100644
--- a/sysutils/less/Makefile
+++ b/sysutils/less/Makefile
@@ -1,4 +1,4 @@
-# Created by: ache
+# Created by: Andrey A. Chernov <ache@FreeBSD.org>
# $FreeBSD$
PORTNAME= less
@@ -9,21 +9,21 @@ MASTER_SITES= http://www.greenwoodsoftware.com/%SUBDIR%/ \
MASTER_SITE_SUBDIR= less
MAINTAINER= jharris@widomaker.com
-COMMENT= A better pager utility
+COMMENT= Better pager utility
LICENSE= GPLv3
-OPTIONS_DEFINE= COLOR_LESS
-COLOR_LESS_DESC=Enables color support via escape sequence
+GNU_CONFIGURE= yes
+MAN1= less.1 lesskey.1 lessecho.1
PLIST_FILES= bin/less bin/lesskey bin/lessecho
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE= COLORS
+COLORS_DESC= Enable colors support via escape sequence
-GNU_CONFIGURE= yes
-MAN1= less.1 lesskey.1 lessecho.1
+.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MCOLOR_LESS}
+.if ${PORT_OPTIONS:MCOLORS}
CPPFLAGS+= -DCOLOR_LESS
pre-fetch: