From owner-cvs-ports@FreeBSD.ORG Fri Jun 3 07:48:42 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DD5C106564A; Fri, 3 Jun 2011 07:48:42 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward13.mail.yandex.net (forward13.mail.yandex.net [95.108.130.120]) by mx1.freebsd.org (Postfix) with ESMTP id 451AC8FC08; Fri, 3 Jun 2011 07:48:42 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward13.mail.yandex.net (Yandex) with ESMTP id 3C4C2141DBA; Fri, 3 Jun 2011 11:48:40 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1307087320; bh=T+ykOCsUCIsYSRaMW/3ey9X1nb2v8K7t6pj5ex4l4mc=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=BT3/CuwJH/qvBGPaNTvDRKqA+mH7RBMJeh/3bmbneHDPHDFN3sX1Itm/mq9Vc2mYB O3SS2fRhQCLFsVDv7Mi+7sBEuzySpefJYK0EQ7YmtKzRwp1yRij7CMKlwGH/1i2rBT G8SwK++QPaMAYyeREa9c3/dtcpigFsMuHpoxMeSA= Received: from smeshariki2.local (unknown [213.27.65.65]) by smtp12.mail.yandex.net (Yandex) with ESMTPSA id A8BD35728043; Fri, 3 Jun 2011 11:48:39 +0400 (MSD) Message-ID: <4DE89146.9090904@yandex.ru> Date: Fri, 03 Jun 2011 11:46:14 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.17) Gecko/20110429 Thunderbird/3.1.10 MIME-Version: 1.0 To: Doug Barton References: <201106021631.p52GVgHM038132@repoman.freebsd.org> <20110602165708.GA61311@atarininja.org> <4DE7D4B4.3040302@yandex.ru> <4DE8023A.50209@FreeBSD.org> In-Reply-To: <4DE8023A.50209@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Yandex-Spam: 1 X-Mailman-Approved-At: Fri, 03 Jun 2011 11:06:29 +0000 Cc: cvs-ports@FreeBSD.org, Wesley Shields , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/erlyvideo Makefile pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 07:48:42 -0000 03.06.2011 01:35, Doug Barton пишет: > On 06/02/2011 11:21, Ruslan Mahmatkhanov wrote: >> + @${FIND} ${WRKSRC} -type f -name .gitignore -delete -or -name "*.bak" \ >> + -delete -or -name "*.orig" -delete > > @${FIND} ${WRKSRC} -type f \( -name .gitignore -or -name "*.bak" -or -name > "*.orig" \) -delete > > > hth, > > Doug This is nice, thanks for the hint. I will change this with the next update of net/erlyvideo. -- Regards, Ruslan