svn commit: r320422 - head/sysutils/less

Alexey Dokuchaev danfe at FreeBSD.org
Mon Jun 10 00:48:33 UTC 2013


Author: danfe
Date: Mon Jun 10 00:48:32 2013
New Revision: 320422
URL: http://svnweb.freebsd.org/changeset/ports/320422

Log:
  - 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

Modified:
  head/sysutils/less/Makefile

Modified: head/sysutils/less/Makefile
==============================================================================
--- head/sysutils/less/Makefile	Mon Jun 10 00:27:51 2013	(r320421)
+++ head/sysutils/less/Makefile	Mon Jun 10 00:48:32 2013	(r320422)
@@ -1,4 +1,4 @@
-# Created by: ache
+# Created by: Andrey A. Chernov <ache at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	less
@@ -9,21 +9,21 @@ MASTER_SITES=	http://www.greenwoodsoftwa
 MASTER_SITE_SUBDIR=	less
 
 MAINTAINER=	jharris at 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:


More information about the svn-ports-head mailing list