Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 18:26:52 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3fc187a01f3a - main - x11/*: Eliminate MANPREFIX
Message-ID:  <202401121826.40CIQqe5051611@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

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

commit 3fc187a01f3aa55aa7272e8ae2d67fb0acb4e377
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-01-12 18:26:05 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-01-12 18:26:26 +0000

    x11/*: Eliminate MANPREFIX
---
 x11/deforaos-integration/Makefile | 2 --
 x11/xkb-switch/Makefile           | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/x11/deforaos-integration/Makefile b/x11/deforaos-integration/Makefile
index 92a7f0558469..e44899892e5a 100644
--- a/x11/deforaos-integration/Makefile
+++ b/x11/deforaos-integration/Makefile
@@ -34,8 +34,6 @@ USES=		gnome pkgconfig xorg desktop-file-utils
 USE_GNOME=	gtk30 cairo gdkpixbuf2
 USE_XORG=	x11
 USE_LDCONFIG=	yes
-#MAKE_ARGS+=	PREFIX=${PREFIX}
-#MAKE_ENV+=	MANDIR=${STAGEDIR}${MANPREFIX}/man
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/Phone/modem/*.so \
diff --git a/x11/xkb-switch/Makefile b/x11/xkb-switch/Makefile
index e2011d545f4a..5a0b6b977b8a 100644
--- a/x11/xkb-switch/Makefile
+++ b/x11/xkb-switch/Makefile
@@ -15,7 +15,7 @@ GH_ACCOUNT=	ierton
 USE_XORG=	x11 xkbfile
 USE_LDCONFIG=	yes
 
-CMAKE_ARGS=	-DMAN_COMPRESSION="gz" -DMANDIR="${MANPREFIX}/share/man"
+CMAKE_ARGS=	-DMAN_COMPRESSION="gz" -DMANDIR="${PREFIX}/share/man"
 
 OPTIONS_DEFINE=	DOCS
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401121826.40CIQqe5051611>