From owner-svn-ports-all@FreeBSD.ORG Tue Nov 6 23:00:52 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 543D4FC6; Tue, 6 Nov 2012 23:00:52 +0000 (UTC) (envelope-from flo@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 3902B8FC12; Tue, 6 Nov 2012 23:00: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 qA6N0qTY078763; Tue, 6 Nov 2012 23:00:52 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA6N0q0m078762; Tue, 6 Nov 2012 23:00:52 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201211062300.qA6N0q0m078762@svn.freebsd.org> From: Florian Smeets Date: Tue, 6 Nov 2012 23:00:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307108 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2012 23:00:52 -0000 Author: flo Date: Tue Nov 6 23:00:51 2012 New Revision: 307108 URL: http://svnweb.freebsd.org/changeset/ports/307108 Log: Fix a typo in a comment Submitted by: jlh Feature safe: yes Modified: head/Mk/bsd.gecko.mk Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Tue Nov 6 22:54:51 2012 (r307107) +++ head/Mk/bsd.gecko.mk Tue Nov 6 23:00:51 2012 (r307108) @@ -62,7 +62,7 @@ Gecko_Pre_Include= bsd.gecko.mk # USE_GECKO= libxul libxul19 # # post-patch: -# @${REINPALCE_CMD} -e 's|mozilla-|${GECKO}-|' \ +# @${REINPLACE_CMD} -e 's|mozilla-|${GECKO}-|' \ # ${MOZSRC}/configure # # If you want your port to check the ${GECKO} variable to see which backend