Date: Wed, 18 Oct 2023 14:58:17 GMT From: Juraj Lutter <otis@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8b170be6b9be - main - net-mgmt/unifi7: Fix FLAVOR Message-ID: <202310181458.39IEwH09027247@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b170be6b9be02d0c086f7790c39b664ed38574f commit 8b170be6b9be02d0c086f7790c39b664ed38574f Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2023-10-18 14:56:37 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2023-10-18 14:57:54 +0000 net-mgmt/unifi7: Fix FLAVOR Fix FLAVOR logic for externaldb. Not bumping PORTREVISION. --- net-mgmt/unifi7/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mgmt/unifi7/Makefile b/net-mgmt/unifi7/Makefile index fb4fdc2e9fbd..2591f07cd543 100644 --- a/net-mgmt/unifi7/Makefile +++ b/net-mgmt/unifi7/Makefile @@ -53,7 +53,7 @@ GROUPS= unifi OPTIONS_DEFINE= EXTERNALDB -.if (empty(FLAVOR) || ${FLAVOR:U} == externaldb) +.if ${FLAVOR:U} == externaldb OPTIONS_DEFAULT+= EXTERNALDB .endifhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310181458.39IEwH09027247>
