svn commit: r323202 - head/dns/hostdb

Alexey Dokuchaev danfe at FreeBSD.org
Thu Jul 18 06:20:08 UTC 2013


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


More information about the svn-ports-all mailing list