aboutsummaryrefslogtreecommitdiff
path: root/sysutils/less
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-06-09 13:07:03 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-06-09 13:07:03 +0000
commitb9ea3981e2cdfa0d704e23330c993300f7704402 (patch)
tree9cba611df17327be2ce6c116fe07b844b0a318cb /sysutils/less
parent986a57d0a463c323c27c8f70bd0f1d15afd9b26a (diff)
downloadports-b9ea3981e2cdfa0d704e23330c993300f7704402.tar.gz
ports-b9ea3981e2cdfa0d704e23330c993300f7704402.zip
- Fix typo in OptionsNG conversion
PR: ports/178525 Submitted by: Norihiko Murase <mur1080224@inter7.jp> Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout)
Notes
Notes: svn path=/head/; revision=320332
Diffstat (limited to 'sysutils/less')
-rw-r--r--sysutils/less/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/less/Makefile b/sysutils/less/Makefile
index 4b15e6202128..e760ed3a487d 100644
--- a/sysutils/less/Makefile
+++ b/sysutils/less/Makefile
@@ -23,7 +23,7 @@ PLIST_FILES= bin/less bin/lesskey bin/lessecho
GNU_CONFIGURE= yes
MAN1= less.1 lesskey.1 lessecho.1
-.if ${PORT_OPTIONS:MCOLOUR_LESS}
+.if ${PORT_OPTIONS:MCOLOR_LESS}
CPPFLAGS+= -DCOLOR_LESS
pre-fetch: