From owner-svn-ports-head@FreeBSD.ORG Thu Oct 11 13:31:54 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 443111F5; Thu, 11 Oct 2012 13:31:54 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2D12C8FC12; Thu, 11 Oct 2012 13:31:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9BDVs6W030099; Thu, 11 Oct 2012 13:31:54 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9BDVrnN030097; Thu, 11 Oct 2012 13:31:53 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201210111331.q9BDVrnN030097@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 11 Oct 2012 13:31:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305721 - head/devel/tcllib 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: Thu, 11 Oct 2012 13:31:54 -0000 Author: gahr Date: Thu Oct 11 13:31:53 2012 New Revision: 305721 URL: http://svn.freebsd.org/changeset/ports/305721 Log: - Remove tab at ^ before variable assignment Reported by: bdrewery Feature safe: yes Modified: head/devel/tcllib/Makefile Modified: head/devel/tcllib/Makefile ============================================================================== --- head/devel/tcllib/Makefile Thu Oct 11 13:24:41 2012 (r305720) +++ head/devel/tcllib/Makefile Thu Oct 11 13:31:53 2012 (r305721) @@ -46,7 +46,7 @@ post-patch: # try(n) is part of Tcl core since 8.6 .if ${TCL_VER:S/.//} < 86 - MANN+= try.n +MANN+= try.n .else ${MV} ${WRKSRC}/modules/try/try.man ${WRKSRC}/modules/try/try.man.noinstall .endif