git: 2701f8e3a2ce - main - graphics/gpu-firmware-*-kmod: Remove defualt FLAVOR

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Mon, 16 May 2022 12:08:51 UTC
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2701f8e3a2cee6c986c9399702673fa81d2f903e

commit 2701f8e3a2cee6c986c9399702673fa81d2f903e
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-05-16 12:06:25 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-05-16 12:08:27 +0000

    graphics/gpu-firmware-*-kmod: Remove defualt FLAVOR
    
    The default flavor is always the first of the list.
    Setting one make the port framework always use this one and so
    things like make clean will never clean all the flavors.
    This will lead to leave all the work-${FLAVOR} directories except
    for the default one if one is building graphics/gpu-firmware-kmod.
    
    PR:             263899
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
---
 graphics/gpu-firmware-amd-kmod/Makefile    | 1 -
 graphics/gpu-firmware-intel-kmod/Makefile  | 1 -
 graphics/gpu-firmware-radeon-kmod/Makefile | 1 -
 3 files changed, 3 deletions(-)

diff --git a/graphics/gpu-firmware-amd-kmod/Makefile b/graphics/gpu-firmware-amd-kmod/Makefile
index 2181af01de04..f72f82a7c71f 100644
--- a/graphics/gpu-firmware-amd-kmod/Makefile
+++ b/graphics/gpu-firmware-amd-kmod/Makefile
@@ -49,7 +49,6 @@ FLAVORS=	banks \
 		verde \
 		green_sardine \
 		sienna_cichlid
-FLAVOR?=	banks
 
 green_sardine_IGNORE_FreeBSD_12=	"Not supported on < 13.1"
 green_sardine_IGNORE_FreeBSD_13.0=	"Not supported on < 13.1"
diff --git a/graphics/gpu-firmware-intel-kmod/Makefile b/graphics/gpu-firmware-intel-kmod/Makefile
index 0a341e956d13..96eb5ce7931e 100644
--- a/graphics/gpu-firmware-intel-kmod/Makefile
+++ b/graphics/gpu-firmware-intel-kmod/Makefile
@@ -25,7 +25,6 @@ FLAVORS=	skylake \
 		elkhartlake \
 		tigerlake \
 		rocketlake
-FLAVOR?=	skylake
 
 USES=		kmod uidfix
 
diff --git a/graphics/gpu-firmware-radeon-kmod/Makefile b/graphics/gpu-firmware-radeon-kmod/Makefile
index 5323f561760c..f5e8ef7c4091 100644
--- a/graphics/gpu-firmware-radeon-kmod/Makefile
+++ b/graphics/gpu-firmware-radeon-kmod/Makefile
@@ -58,7 +58,6 @@ FLAVORS=	aruba \
 		tahiti \
 		turks \
 		verde
-FLAVOR?=	aruba
 
 USES=		kmod uidfix