svn commit: r317471 - head/x11-wm/openbox

Baptiste Daroussin bapt at FreeBSD.org
Mon May 6 06:53:00 UTC 2013


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


More information about the svn-ports-head mailing list