Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 10:42:41 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: 784fe890bf56 - main - misc/sent: Sanitize MANPREFIX
Message-ID:  <202401221042.40MAgfbT027441@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=784fe890bf560292230947eec4d88582009526bf

commit 784fe890bf560292230947eec4d88582009526bf
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 02:08:41 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 10:42:26 +0000

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

diff --git a/misc/sent/Makefile b/misc/sent/Makefile
index 82a47f3038ff..fd85f84d60fb 100644
--- a/misc/sent/Makefile
+++ b/misc/sent/Makefile
@@ -19,7 +19,7 @@ USE_XORG=	x11 xft
 
 CFLAGS+=	-I${LOCALBASE}/include/freetype2
 
-MAKE_ARGS=	CC="${CC}" PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}/share/man" \
+MAKE_ARGS=	CC="${CC}" PREFIX="${PREFIX}" MANPREFIX="${PREFIX}/share/man" \
 		X11INC="${LOCALBASE}/include" X11LIB="${LOCALBASE}/lib"
 NO_WRKSUBDIR=	yes
 



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