git: 784fe890bf56 - main - misc/sent: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 10:42:41 UTC
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