Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 01:33:37 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 56294a233fb2 - main - graphics/nsxiv: Sanitize MANPREFIX
Message-ID:  <202401220133.40M1XbF8002464@gitrepo.freebsd.org>

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

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

commit 56294a233fb295ad9dc86e60cb69cc245d83c3cc
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 01:32:30 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 01:32:49 +0000

    graphics/nsxiv: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 graphics/nsxiv/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/nsxiv/Makefile b/graphics/nsxiv/Makefile
index 2c39c88d7894..cfe44933beac 100644
--- a/graphics/nsxiv/Makefile
+++ b/graphics/nsxiv/Makefile
@@ -23,7 +23,7 @@ USES=		desktop-file-utils gmake localbase:ldflags pkgconfig xorg
 USE_GITHUB=	yes
 USE_XORG=	x11 xft
 
-MAKE_ARGS=	MANPREFIX=${MANPREFIX}/share/man
+MAKE_ARGS=	MANPREFIX=${PREFIX}/share/man
 MAKE_ENV=	EGPREFIX=${EXAMPLESDIR} LDLIBS=-linotify
 
 INSTALL_TARGET=	install-all



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