svn commit: r314380 - head/graphics/colord
Alexey Dokuchaev
danfe at FreeBSD.org
Sat Mar 16 17:47:25 UTC 2013
On Sat, Mar 16, 2013 at 05:36:54PM +0000, Koop Mast wrote:
> New Revision: 314380
> URL: http://svnweb.freebsd.org/changeset/ports/314380
>
> Log:
> Prevert ! instead of empty() and fix a typo.
It seems you've fixed typo in original submission, not in the Makefile. :)
Could be confusing.
> @@ -57,7 +57,7 @@ post-patch:
> -e 's|-Wmissing-parameter-type||g' \
> -e 's|LIBS="-lusb-1.0|LIBS="-lusb|g' \
> ${WRKSRC}/configure
> -.if empty(PORT_OPTIONS:MMANPAGES}
> +.if !${PORT_OPTIONS:MMANPAGES}
It's usually better to pad ! with a space after it, helps to stand out.
./danfe
More information about the svn-ports-head
mailing list