Date: Tue, 06 Dec 2022 10:26:22 +0100 From: Jan Beich <jbeich@FreeBSD.org> To: Emmanuel Vadot <manu@FreeBSD.org> Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 4278b018e3a3 - main - x11/libICE: Update to 1.1.0 Message-ID: <r0xc-sx1d-wny@FreeBSD.org> In-Reply-To: <202212060810.2B68A9Kh069105@gitrepo.freebsd.org> (Emmanuel Vadot's message of "Tue, 6 Dec 2022 08:10:09 GMT") References: <202212060810.2B68A9Kh069105@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?r0xc-sx1d-wny>