Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2012 23:35:44 +0100
From:      Cejka Rudolf <cejkar@fit.vutbr.cz>
To:        freebsd-ports@freebsd.org
Subject:   Re: Minor changes to bsd.port.mk and bsd.pkgng.mk
Message-ID:  <20120224223544.GA79502@fit.vutbr.cz>
In-Reply-To: <20120224193821.GA64014@fit.vutbr.cz>
References:  <20120224193821.GA64014@fit.vutbr.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
Cejka Rudolf wrote (2012/02/24):
> +		defaultval=$$(${ECHO_CMD} $$3 | ${TR} [A-Z] [a-z]); \

I'm sorry - all three lines with ${TR} have to be changed to

> +		defaultval=$$(${ECHO_CMD} $$3 | ${TR} "[A-Z]" "[a-z]"); \

so that one letter files in ports directories
do not break functionality.

-- 
Rudolf Cejka <cejkar at fit.vutbr.cz> http://www.fit.vutbr.cz/~cejkar
Brno University of Technology, Faculty of Information Technology
Bozetechova 2, 612 66  Brno, Czech Republic



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