git: 5ff464b1945d - main - bsd.port.mk: Fix typo

Alexey Dokuchaev danfe at freebsd.org
Fri Jul 23 12:01:54 UTC 2021


On Fri, Jul 23, 2021 at 11:35:33AM +0000, Adam Weinberger wrote:
> commit 5ff464b1945dac6628d87319f6bd1106761b3ba9
> 
>     bsd.port.mk: Fix typo
> 
> @@ -2246,7 +2246,7 @@ PKG_COMPRESSION_FORMAT?=	${PKG_SUFX:S/.//}
>  .else
>  .if defined(PKG_SUFX)
>  PKG_COMPRESSION_FORMAT?=	${PKG_SUFX:S/.//}
> -WARNING+= "PKG_SUFX is defined, if should be replaced with PKG_COMPRESSION_FORMAT"
> +WARNING+= "PKG_SUFX is defined, it should be replaced with PKG_COMPRESSION_FORMAT"

I've also thought that it was a typo and fixed it, but then bapt@ reverted
this part of the change.  You might want to check with him what's going on.

./danfe


More information about the dev-commits-ports-main mailing list