Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Jun 2011 11:46:14 +0400
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        Doug Barton <dougb@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, Wesley Shields <wxs@FreeBSD.org>, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/net/erlyvideo Makefile pkg-plist
Message-ID:  <4DE89146.9090904@yandex.ru>
In-Reply-To: <4DE8023A.50209@FreeBSD.org>
References:  <201106021631.p52GVgHM038132@repoman.freebsd.org> <20110602165708.GA61311@atarininja.org> <4DE7D4B4.3040302@yandex.ru> <4DE8023A.50209@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4DE89146.9090904>