Date: Mon, 22 Jan 2024 13:52:15 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: 8611739ce2e0 - main - www/janus: Sanitize MANPREFIX Message-ID: <202401221352.40MDqFGH048440@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=8611739ce2e0fffe35d99afee2531c570bf66b78 commit 8611739ce2e0fffe35d99afee2531c570bf66b78 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-22 12:45:02 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-22 13:52:00 +0000 www/janus: Sanitize MANPREFIX Approved by: portmgr (blanket) --- www/janus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/janus/Makefile b/www/janus/Makefile index 80455d189b0e..86fdca53ce95 100644 --- a/www/janus/Makefile +++ b/www/janus/Makefile @@ -40,7 +40,7 @@ INSTALL_TARGET= install-strip CFLAGS+= -I${OPENSSLINC} -I${LOCALBASE}/include/nice LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl -L${LOCALBASE} -lnice GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${MANPREFIX}/share +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_LDCONFIG= yes SUB_FILES= pkg-message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401221352.40MDqFGH048440>