Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Jan 2026 10:35:26 +0000
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fa18e9953d38 - main - x11/kitty: Fix pkg-plist
Message-ID:  <695b93ee.30096.4e15c485@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nivit:

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

commit fa18e9953d38cc0aaf90db71c50442156358ced2
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2026-01-05 10:33:18 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2026-01-05 10:33:18 +0000

    x11/kitty: Fix pkg-plist
    
    - Docs and manpages are temporarily disabled on FreeBSD >= 15.0
    
    PR:     292150
    Reported by:    pkg-fallout
---
 x11/kitty/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile
index 40eef8219d89..13b78445ed77 100644
--- a/x11/kitty/Makefile
+++ b/x11/kitty/Makefile
@@ -102,7 +102,9 @@ PLIST_SUB+=	PORTMANPAGES=""
 .else
 DOCS_MAKE_ENV=	BUILD_DOCS=no
 MAKE_ENV+=	BUILD_MANPAGES=no
-PLIST_SUB+=	PORTMANPAGES="@comment "
+PLIST_SUB:=	${PLIST_SUB:S/PORTDOCS=""//1}
+PLIST_SUB+=	PORTDOCS="@comment " \
+		PORTMANPAGES="@comment "
 .endif
 
 post-patch:


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695b93ee.30096.4e15c485>