Re: git: 4278b018e3a3 - main - x11/libICE: Update to 1.1.0

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Tue, 06 Dec 2022 09:26:22 UTC
Emmanuel Vadot <manu@FreeBSD.org> writes:

> -USES=		cpe xorg xorg-cat:lib
> +EXTRACT_SUFX=	.tar.xz
> +USES=		cpe xorg xorg-cat:lib tar:xz

Sort USES alphabetically, then you won't need EXTRACT_SUFX.

From Mk/Uses/xorg-cat.mk:

  # Default variables, common to all new modular xorg ports.
  .  if empty(USES:Mtar)
  EXTRACT_SUFX?=		.tar.bz2
  .  endif