Date: Tue, 25 Nov 2025 18:41:26 +0000 From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 07e212e75092 - 2025Q4 - security/tripwire: Fix manual build Message-ID: <6925f856.21c20.554742e2@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2025Q4 has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=07e212e750921b30c95161178d593b84dc003427 commit 07e212e750921b30c95161178d593b84dc003427 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2025-11-24 21:21:44 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2025-11-25 18:41:18 +0000 security/tripwire: Fix manual build When building by hand ${PREFIX}/man with no subdirectories is created. A less invasive fix is to remove the directory after the fact but before packaging. (cherry picked from commit 5563ffe84ff5eda3601925f7dfe0eeef3952ab7c) --- security/tripwire/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index 0acc88efb096..f217260b56b0 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -182,5 +182,6 @@ create-database: post-install: install-config-files create-database make-pkg-install ${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR} + @ ${RMDIR} ${STAGEDIR}${PREFIX}/man || ${TRUE} .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6925f856.21c20.554742e2>
