From owner-svn-ports-head@FreeBSD.ORG Fri Dec 14 21:48:52 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BBA2411DA; Fri, 14 Dec 2012 21:48:52 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9C39E8FC14; Fri, 14 Dec 2012 21:48:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBELmq3C054153; Fri, 14 Dec 2012 21:48:52 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBEKnJ3B044258; Fri, 14 Dec 2012 20:49:19 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201212142049.qBEKnJ3B044258@svn.freebsd.org> From: Beat Gaetzi Date: Fri, 14 Dec 2012 20:49:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308926 - head/x11-wm/fluxbox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2012 21:48:52 -0000 Author: beat Date: Fri Dec 14 20:49:18 2012 New Revision: 308926 URL: http://svnweb.freebsd.org/changeset/ports/308926 Log: - Fix a typo which breaks building with bmake PR: ports/174330 Submitted by: John Marino Modified: head/x11-wm/fluxbox/Makefile Modified: head/x11-wm/fluxbox/Makefile ============================================================================== --- head/x11-wm/fluxbox/Makefile Fri Dec 14 20:31:19 2012 (r308925) +++ head/x11-wm/fluxbox/Makefile Fri Dec 14 20:49:18 2012 (r308926) @@ -124,7 +124,7 @@ post-patch: ${WRKSRC}/util/fluxbox-generate_menu.in @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/util/fbsetbg -.if empty(PORT_OPTIONS:MNLS} +.if empty(PORT_OPTIONS:MNLS) @${REINPLACE_CMD} -e 's|HAVE_ICONV=yes|HAVE_ICONV=no|g' \ ${WRKSRC}/configure .endif