git: 6d2a3e7ef481 - main - textproc/libucl: Make LUA option default

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Tue, 08 Jul 2025 10:42:43 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6d2a3e7ef4818066253ab0c5ab5b7b161d0198fd

commit 6d2a3e7ef4818066253ab0c5ab5b7b161d0198fd
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-07-08 10:35:11 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-07-08 10:42:34 +0000

    textproc/libucl: Make LUA option default
    
    Reported by:    kevans
    Reviewed by:    bapt
---
 textproc/libucl/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/textproc/libucl/Makefile b/textproc/libucl/Makefile
index 0357671e2c02..1a64e02e4659 100644
--- a/textproc/libucl/Makefile
+++ b/textproc/libucl/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libucl
 DISTVERSION=	0.9.2
+PORTREVISION=	1
 CATEGORIES=	textproc devel
 
 # implicit-approval+: bapt dvl
@@ -19,7 +20,6 @@ GH_ACCOUNT=	vstakhov
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
@@ -27,7 +27,7 @@ TEST_TARGET=	check
 CONFLICTS_INSTALL=	ucl
 
 OPTIONS_DEFINE=		LUA REGEX SIGNATURES URLS UTILS
-OPTIONS_DEFAULT=	REGEX UTILS
+OPTIONS_DEFAULT=	LUA REGEX UTILS
 OPTIONS_SUB=		yes
 
 REGEX_DESC=		Enable regex checking for schema