From owner-svn-ports-head@FreeBSD.ORG Fri Mar 1 22:41:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 86FE9E18; Fri, 1 Mar 2013 22:41:59 +0000 (UTC) (envelope-from pawel@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 637521B10; Fri, 1 Mar 2013 22:41:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r21Mfx6Y022223; Fri, 1 Mar 2013 22:41:59 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r21MfxpI022222; Fri, 1 Mar 2013 22:41:59 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201303012241.r21MfxpI022222@svn.freebsd.org> From: Pawel Pekala Date: Fri, 1 Mar 2013 22:41:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313171 - head/textproc/meld 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, 01 Mar 2013 22:41:59 -0000 Author: pawel Date: Fri Mar 1 22:41:58 2013 New Revision: 313171 URL: http://svnweb.freebsd.org/changeset/ports/313171 Log: Silence REINPLACE_CMDs Modified: head/textproc/meld/Makefile Modified: head/textproc/meld/Makefile ============================================================================== --- head/textproc/meld/Makefile Fri Mar 1 22:36:14 2013 (r313170) +++ head/textproc/meld/Makefile Fri Mar 1 22:41:58 2013 (r313171) @@ -32,9 +32,9 @@ PLIST_SUB+= NLS="@comment " .endif post-patch: - ${REINPLACE_CMD} '/docdir_/d' ${WRKSRC}/Makefile + @${REINPLACE_CMD} '/docdir_/d' ${WRKSRC}/Makefile .if !${PORT_OPTIONS:MNLS} - ${REINPLACE_CMD} '/po install/d' ${WRKSRC}/Makefile + @${REINPLACE_CMD} '/po install/d' ${WRKSRC}/Makefile .endif .for file in help/C/Makefile help/es/Makefile help/fr/Makefile