diff options
author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2023-04-28 10:03:43 +0000 |
---|---|---|
committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2023-04-28 22:48:56 +0000 |
commit | f0bc8dadb0f7aa8e9f52848ef54bc4425056a4f2 (patch) | |
tree | 9418edb943f62066f09d848ee772a5a0144718f9 /net | |
parent | bf239e4ed895b62474ee663822304308fa80f4be (diff) | |
download | freebsd-ports-f0bc8dadb0f7aa8e9f52848ef54bc4425056a4f2.zip |
net/wifi-firmware-base: fix make index entry
It seems despite IGNORE make index still adds this to the index so
make sure we have a sane PORTNAME until we improve the
wifi-firmware ports even further (still suggestiongs coming in).
PR: 270742
Reported by: amdmi3
Approved by: ehaupt
Diffstat (limited to 'net')
-rw-r--r-- | net/wifi-firmware-base/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/wifi-firmware-base/Makefile b/net/wifi-firmware-base/Makefile index ede79959f009..8177bd045e51 100644 --- a/net/wifi-firmware-base/Makefile +++ b/net/wifi-firmware-base/Makefile @@ -8,6 +8,9 @@ MAINTAINER= bz@FreeBSD.org COMMENT= Firmware modules for ${FWDRV} ${FLAVOR} WiFi NIC WWW?= https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/${FWSUBDIR} +FWDRV_VERSION?= 0 +FWDRV?= base + LICENSE_NAME?= firmware license (${FWDRV}) LICENSE_FILE?= ${WRKSRC}/${LICENSE} LICENSE_PERMS?= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept |