Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2013 06:52:59 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317471 - head/x11-wm/openbox
Message-ID:  <201305060652.r466qxI6061966@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon May  6 06:52:59 2013
New Revision: 317471
URL: http://svnweb.freebsd.org/changeset/ports/317471

Log:
  Fix typo

Modified:
  head/x11-wm/openbox/Makefile

Modified: head/x11-wm/openbox/Makefile
==============================================================================
--- head/x11-wm/openbox/Makefile	Mon May  6 06:41:15 2013	(r317470)
+++ head/x11-wm/openbox/Makefile	Mon May  6 06:52:59 2013	(r317471)
@@ -27,7 +27,7 @@ PLIST_SUB=	VERSION=${PORTVERSION:C/.[0-9
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OTPIONS:MNLS}
+.if ${PORT_OPTIONS:MNLS}
 USES+=		gettext
 PLIST_SUB+=	NLS=""
 .else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305060652.r466qxI6061966>