git: f0bc8dadb0f7 - main - net/wifi-firmware-base: fix make index entry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Apr 2023 22:49:44 UTC
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/ports/commit/?id=f0bc8dadb0f7aa8e9f52848ef54bc4425056a4f2 commit f0bc8dadb0f7aa8e9f52848ef54bc4425056a4f2 Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2023-04-28 10:03:43 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2023-04-28 22:48:56 +0000 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 --- net/wifi-firmware-base/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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