Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2013 06:20:08 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Craig Rodrigues <rodrigc@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r323202 - head/dns/hostdb
Message-ID:  <20130718062008.GA31343@FreeBSD.org>
In-Reply-To: <201307180539.r6I5d0Tu089463@svn.freebsd.org>
References:  <201307180539.r6I5d0Tu089463@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 18, 2013 at 05:39:00AM +0000, Craig Rodrigues wrote:
> New Revision: 323202
> URL: http://svnweb.freebsd.org/changeset/ports/323202
> 
> @@ -17,6 +17,9 @@ HOSTDB_EXAMPLES_DIRS+=	mailserverexample
>  
>  .include <bsd.port.options.mk>
>  
> +pre-install:
> +	${FIND} ${WRKSRC} -name "*\.orig" -delete
> +

I've always wondered why people escape dot in contexts when it is certainly
not required (dot is not special character in shell context), but very often
forget to properly escape it in sed(1) regex' (e.g. REINPLACE_CMD). *sigh*

./danfe



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