Re: git: 4278b018e3a3 - main - x11/libICE: Update to 1.1.0
- In reply to: Emmanuel Vadot : "git: 4278b018e3a3 - main - x11/libICE: Update to 1.1.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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