git: 5122239c0a5d - main - net/tigervnc-server: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 15:51:08 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5122239c0a5d99a6c14d7c70cebd0e79578faa85 commit 5122239c0a5d99a6c14d7c70cebd0e79578faa85 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-22 14:29:38 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-22 15:50:44 +0000 net/tigervnc-server: Sanitize MANPREFIX Approved by: portmgr (blanket) --- net/tigervnc-server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/tigervnc-server/Makefile b/net/tigervnc-server/Makefile index f2511046a8a4..9997f62b66c0 100644 --- a/net/tigervnc-server/Makefile +++ b/net/tigervnc-server/Makefile @@ -37,7 +37,7 @@ GNUTLS_LIB_DEPENDS= libtasn1.so:security/libtasn1 \ PAM_CMAKE_BOOL= ENABLE_PAM CONFIGURE_ARGS+= \ - --prefix=${PREFIX} --mandir=${MANPREFIX}/share/man \ + --prefix=${PREFIX} --mandir=${PREFIX}/share/man \ --docdir=${PREFIX}/share/doc/${PORTNAME}/ --with-pic --without-dtrace \ --disable-static --disable-dri --disable-unit-tests \ --disable-xinerama --disable-xvfb --disable-xnest --disable-xorg \