git: 3fc187a01f3a - main - x11/*: Eliminate MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 18:26:52 UTC
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