aboutsummaryrefslogtreecommitdiff
path: root/sysutils/less
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-06-10 00:48:32 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-06-10 00:48:32 +0000
commit6d7f56008875c72c7e87b8cabf7f6d66a8c6c3ee (patch)
tree485cdb4cab59fa8c2b31fe6e4e5694839a0dd1ed /sysutils/less
parent88513f74f8e40e587be63260e0c84b5e334cb634 (diff)
downloadports-6d7f56008875c72c7e87b8cabf7f6d66a8c6c3ee.tar.gz
ports-6d7f56008875c72c7e87b8cabf7f6d66a8c6c3ee.zip
Notes
Diffstat (limited to 'sysutils/less')
-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: